From 9ffe48b526a238864e3664a8bd1def1206a88485 Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 26 May 2012 00:42:32 +0200 Subject: [PATCH] move comment out of docs --- source/Ox/js/Collection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox/js/Collection.js b/source/Ox/js/Collection.js index d694b017..5054ef5f 100644 --- a/source/Ox/js/Collection.js +++ b/source/Ox/js/Collection.js @@ -126,8 +126,8 @@ Ox.filter = function(collection, iterator, that) { return ret; }; -/*@ // FIXME: documentation is outdated! +/*@ Ox.forEach forEach loop Ox.forEach() loops over arrays, objects and strings. Returning false from the iterator function acts like a