move comment out of docs

This commit is contained in:
rolux 2012-05-26 00:42:32 +02:00
parent 50393af687
commit 9ffe48b526

View file

@ -126,8 +126,8 @@ Ox.filter = function(collection, iterator, that) {
return ret; return ret;
}; };
/*@
// FIXME: documentation is outdated! // FIXME: documentation is outdated!
/*@
Ox.forEach <f> forEach loop Ox.forEach <f> forEach loop
<code>Ox.forEach()</code> loops over arrays, objects and strings. <code>Ox.forEach()</code> loops over arrays, objects and strings.
Returning <code>false</code> from the iterator function acts like a Returning <code>false</code> from the iterator function acts like a