diff --git a/source/Ox/js/Collection.js b/source/Ox/js/Collection.js index 53e66e09..a71fd6ac 100644 --- a/source/Ox/js/Collection.js +++ b/source/Ox/js/Collection.js @@ -255,7 +255,6 @@ Ox.len Returns the length of an array, nodelist, object, storage or string > Ox.len(function(a, b, c) {}) undefined @*/ -// FIXME: rename to Ox.length Ox.len = function(collection) { var ret, type = Ox.typeOf(collection); if (