simplifying
This commit is contained in:
parent
3346f8874f
commit
834e5897cf
|
@ -544,7 +544,7 @@
|
||||||
|
|
||||||
|
|
||||||
var isDomNode = function(x) {
|
var isDomNode = function(x) {
|
||||||
return (x.nodeType && x.nodeType === 1);
|
return (x.nodeType === 1);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user