+ 1 fixme

This commit is contained in:
rolux 2012-05-23 09:01:57 +02:00
parent df67c37924
commit 5a4de0de70

View file

@ -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 (