remove duplicate method

This commit is contained in:
rolux 2015-04-15 20:07:15 +01:00
parent 3453fb02b1
commit 205c84b398

View file

@ -263,10 +263,6 @@ Ox.isNaN = function(value) {
return value !== value;
};
Ox.isNodeList = function(value) {
return Ox.typeOf(value) == 'nodelist';
};
/*@
Ox.isNodeList <f> Tests if a value is a nodelist
(value) -> <b> True is the value is a nodelist