+ 1 fixme
This commit is contained in:
parent
df67c37924
commit
5a4de0de70
1 changed files with 1 additions and 0 deletions
|
@ -390,6 +390,7 @@ Ox.len <f> Returns the length of an array, node list, object or string
|
|||
> Ox.len(function(a, b, c) {})
|
||||
undefined
|
||||
@*/
|
||||
// FIXME: Ox.size() ?
|
||||
Ox.len = function(col) {
|
||||
var len, type = Ox.typeOf(col);
|
||||
if (
|
||||
|
|
Loading…
Reference in a new issue