mirror of
https://github.com/jashkenas/backbone.git
synced 2026-04-30 03:00:06 -04:00
fixed broken fragment links to underscore proxy methods
This commit is contained in:
@@ -1363,8 +1363,8 @@ alert(JSON.stringify(collection));
|
||||
<li><a href="http://documentcloud.github.com/underscore/#map">map</a></li>
|
||||
<li><a href="http://documentcloud.github.com/underscore/#reduce">reduce (foldl, inject)</a></li>
|
||||
<li><a href="http://documentcloud.github.com/underscore/#reduceRight">reduceRight (foldr)</a></li>
|
||||
<li><a href="http://documentcloud.github.com/underscore/#detect">find (detect)</a></li>
|
||||
<li><a href="http://documentcloud.github.com/underscore/#select">filter (select)</a></li>
|
||||
<li><a href="http://documentcloud.github.com/underscore/#find">find (detect)</a></li>
|
||||
<li><a href="http://documentcloud.github.com/underscore/#filter">filter (select)</a></li>
|
||||
<li><a href="http://documentcloud.github.com/underscore/#reject">reject</a></li>
|
||||
<li><a href="http://documentcloud.github.com/underscore/#all">every (all)</a></li>
|
||||
<li><a href="http://documentcloud.github.com/underscore/#any">some (any)</a></li>
|
||||
|
||||
Reference in New Issue
Block a user