remove fixme (a function's length property is no longer writable)
This commit is contained in:
parent
dd7f0571a9
commit
cd52a29fda
1 changed files with 0 additions and 1 deletions
|
@ -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 (
|
||||
|
|
Loading…
Reference in a new issue