From cd52a29fda96791ab5f38e2896a382a4b3c8ce42 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 21 Aug 2014 15:52:35 +0200 Subject: [PATCH] remove fixme (a function's length property is no longer writable) --- source/Ox/js/Collection.js | 1 - 1 file changed, 1 deletion(-) 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 (