simplifying

This commit is contained in:
Danny Yoo 2011-09-10 14:12:43 -04:00
parent 3346f8874f
commit 834e5897cf

View File

@ -544,7 +544,7 @@
var isDomNode = function(x) {
return (x.nodeType && x.nodeType === 1);
return (x.nodeType === 1);
};