diff --git a/source/Ox/js/Type.js b/source/Ox/js/Type.js index b66619db..8d61bd08 100644 --- a/source/Ox/js/Type.js +++ b/source/Ox/js/Type.js @@ -263,10 +263,6 @@ Ox.isNaN = function(value) { return value !== value; }; -Ox.isNodeList = function(value) { - return Ox.typeOf(value) == 'nodelist'; -}; - /*@ Ox.isNodeList Tests if a value is a nodelist (value) -> True is the value is a nodelist