adding Collection#chain to the documentation.

This commit is contained in:
Jeremy Ashkenas
2010-10-19 16:10:25 -04:00
parent a895bbb098
commit 6252e25786

View File

@@ -180,7 +180,7 @@
<li> <a href="#Collection-model">model</a></li>
<li> <a href="#Collection-constructor">constructor / initialize</a></li>
<li> <a href="#Collection-models">models</a></li>
<li> <a href="#Collection-Underscore-Methods"><b>Underscore Methods (24)</b></a></li>
<li> <a href="#Collection-Underscore-Methods"><b>Underscore Methods (25)</b></a></li>
<li> <a href="#Collection-add">add</a></li>
<li> <a href="#Collection-remove">remove</a></li>
<li> <a href="#Collection-get">get</a></li>
@@ -844,9 +844,9 @@ var tabs = new TabSet([tab1, tab2, tab3]);
</p>
<p id="Collection-Underscore-Methods">
<b class="header">Underscore Methods (24)</b>
<b class="header">Underscore Methods (25)</b>
<br />
Backbone proxies to <b>Underscore.js</b> to provide 24 iteration functions
Backbone proxies to <b>Underscore.js</b> to provide 25 iteration functions
on <b>Backbone.Collection</b>. They aren't all documented here, but
you can take a look at the Underscore documentation for the full details&hellip;
</p>
@@ -876,6 +876,7 @@ var tabs = new TabSet([tab1, tab2, tab3]);
<li><a href="http://documentcloud.github.com/underscore/#indexOf">indexOf</a></li>
<li><a href="http://documentcloud.github.com/underscore/#lastIndexOf">lastIndexOf</a></li>
<li><a href="http://documentcloud.github.com/underscore/#isEmpty">isEmpty</a></li>
<li><a href="http://documentcloud.github.com/underscore/#chain">chain</a></li>
</ul>
<pre>