remove fixme (a function's length property is no longer writable)

This commit is contained in:
rolux 2014-08-21 15:52:35 +02:00
parent dd7f0571a9
commit cd52a29fda

View file

@ -255,7 +255,6 @@ Ox.len <f> 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 (