[Pkg-javascript-commits] [backbone] 17/34: adding Collection#chain to the documentation.
Jonas Smedegaard
js at moszumanska.debian.org
Sat May 3 16:58:53 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to tag 0.2.0
in repository backbone.
commit 6252e25786d8b7c4cf4b5a4c06a49af4013b7157
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date: Tue Oct 19 16:10:25 2010 -0400
adding Collection#chain to the documentation.
---
index.html | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/index.html b/index.html
index 141bbbd..c046d7a 100644
--- a/index.html
+++ b/index.html
@@ -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…
</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>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/backbone.git
More information about the Pkg-javascript-commits
mailing list