File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1347,7 +1347,7 @@ <h2 id="utility">Utility Functions</h2>
1347
1347
< p id ="times ">
1348
1348
< b class ="header "> times</ b > < code > _.times(n, iterator, [context])</ code >
1349
1349
< br />
1350
- Invokes the given iterator function < b > n</ b > times.
1350
+ Invokes the given iterator function < b > n</ b > times. Each invocation of < b > iterator </ b > is called with an < tt > index </ tt > argument.
1351
1351
</ p >
1352
1352
< pre >
1353
1353
_(3).times(function(){ genie.grantWish(); });</ pre >
@@ -1579,10 +1579,10 @@ <h2 id="links">Links & Suggested Reading</h2>
1579
1579
chaining.
1580
1580
(< a href ="https://github.com/robb/Underscore.m "> source</ a > )
1581
1581
</ p >
1582
-
1582
+
1583
1583
< p >
1584
- < a href ="http://kmalakoff.github.com/_.m/ "> _.m</ a > , an alternative
1585
- Objective-C port that tries to stick a little closer to the original
1584
+ < a href ="http://kmalakoff.github.com/_.m/ "> _.m</ a > , an alternative
1585
+ Objective-C port that tries to stick a little closer to the original
1586
1586
Underscore.js API.
1587
1587
(< a href ="https://github.com/kmalakoff/_.m "> source</ a > )
1588
1588
</ p >
You can’t perform that action at this time.
0 commit comments