move comment out of docs
This commit is contained in:
parent
50393af687
commit
9ffe48b526
1 changed files with 1 additions and 1 deletions
|
@ -126,8 +126,8 @@ Ox.filter = function(collection, iterator, that) {
|
|||
return ret;
|
||||
};
|
||||
|
||||
/*@
|
||||
// FIXME: documentation is outdated!
|
||||
/*@
|
||||
Ox.forEach <f> forEach loop
|
||||
<code>Ox.forEach()</code> loops over arrays, objects and strings.
|
||||
Returning <code>false</code> from the iterator function acts like a
|
||||
|
|
Loading…
Reference in a new issue