[Pkg-javascript-commits] [backbone] 94/281: Update index.html
Jonas Smedegaard
js at moszumanska.debian.org
Sat May 3 17:02:00 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to tag 0.9.0
in repository backbone.
commit b2cf0dc833cfe527a1c7293bf8b075d3a2f50a8e
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date: Tue Nov 22 09:10:44 2011 -0500
Update index.html
---
index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html
index 89f5a79..4363195 100644
--- a/index.html
+++ b/index.html
@@ -1025,8 +1025,8 @@ bill.set({name : "Bill Jones"});
<h2 id="Collection">Backbone.Collection</h2>
<p>
- Collections are ordered sets of models. You can bind <tt>"change"</tt> events
- to a collection so it gets notified when any of its models has been modified,
+ Collections are ordered sets of models. You can bind <tt>"change"</tt> events
+ to be notified when any model in the collection has been modified,
listen for <tt>"add"</tt> and <tt>"remove"</tt> events, <tt>fetch</tt>
the collection from the server, and use a full suite of
<a href="#Collection-Underscore-Methods">Underscore.js methods</a>.
--
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