Skip to content

Commit

Permalink
Merge pull request jashkenas#2347 from zyzniewski/master
Browse files Browse the repository at this point in the history
Underscore documentation anchors
  • Loading branch information
tgriesser committed Mar 8, 2013
2 parents a287f23 + c4f009a commit 5636fd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -1562,8 +1562,8 @@ <h2 id="Collection">Backbone.Collection</h2>
<li><a href="http://underscorejs.org/#find">find (detect)</a></li>
<li><a href="http://underscorejs.org/#filter">filter (select)</a></li>
<li><a href="http://underscorejs.org/#reject">reject</a></li>
<li><a href="http://underscorejs.org/#all">every (all)</a></li>
<li><a href="http://underscorejs.org/#any">some (any)</a></li>
<li><a href="http://underscorejs.org/#every">every (all)</a></li>
<li><a href="http://underscorejs.org/#some">some (any)</a></li>
<li><a href="http://underscorejs.org/#contains">contains (include)</a></li>
<li><a href="http://underscorejs.org/#invoke">invoke</a></li>
<li><a href="http://underscorejs.org/#max">max</a></li>
Expand Down

0 comments on commit 5636fd2

Please sign in to comment.