Skip to content

Commit

Permalink
Merge pull request #2672 from captbaritone/foo
Browse files Browse the repository at this point in the history
Remove note made obsolete by #2670
  • Loading branch information
captbaritone authored May 11, 2018
2 parents 34cabf5 + 2986782 commit 3cd55ea
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 @@ -1997,8 +1997,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 3cd55ea

Please sign in to comment.