remove duplicate method
This commit is contained in:
parent
3453fb02b1
commit
205c84b398
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue