Skip to content

Commit

Permalink
Remove note made obsolete by jashkenas#2670
Browse files Browse the repository at this point in the history
  • Loading branch information
captbaritone committed May 23, 2017
1 parent 67e43b6 commit 2986782
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1907,8 +1907,6 @@ <h2 id="utility">Utility Functions</h2>
Invokes the given iteratee function <b>n</b> times. Each invocation of
<a href="#iteratee"><b>iteratee</b></a> is called with an <tt>index</tt> argument.
Produces an array of the returned values.
<br />
<i>Note: this example uses the <a href="#oop">object-oriented syntax</a></i>.
</p>
<pre>
_.times(3, function(n){ genie.grantWishNumber(n); });</pre>
Expand Down

0 comments on commit 2986782

Please sign in to comment.