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;
|
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
|
||||||
|
|
Loading…
Reference in a new issue