From 5a4de0de70541504b64f611a0a9f2da0ec4bd2ba Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 23 May 2012 09:01:57 +0200 Subject: [PATCH] + 1 fixme --- source/Ox/js/Collection.js | 1 + 1 file changed, 1 insertion(+) diff --git a/source/Ox/js/Collection.js b/source/Ox/js/Collection.js index 1c5fce29..8996dd17 100644 --- a/source/Ox/js/Collection.js +++ b/source/Ox/js/Collection.js @@ -390,6 +390,7 @@ Ox.len 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 (