From 205c84b39839f559a89a84bfc6f16bc724367a40 Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 15 Apr 2015 20:07:15 +0100 Subject: [PATCH] remove duplicate method --- source/Ox/js/Type.js | 4 ---- 1 file changed, 4 deletions(-) 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