[Pkg-javascript-commits] [backbone] 107/173: Silent true note for collection.remove
Jonas Smedegaard
dr at jones.dk
Wed Aug 31 07:44:09 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository backbone.
commit 7eeecf43e3f021c2ade506752b33f6fc2b4697a7
Author: Graeme Yeates <yeatesgraeme at gmail.com>
Date: Thu Jan 14 12:51:11 2016 -0500
Silent true note for collection.remove
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index e49fe07..353ea54 100644
--- a/index.html
+++ b/index.html
@@ -1973,7 +1973,7 @@ ships.add([
object, any value acceptable as the <tt>id</tt> argument of
<a href="#Collection-get"><tt>collection.get</tt></a>.
Fires a <tt>"remove"</tt> event for each model, and a single
- <tt>"update"</tt> event afterwards.
+ <tt>"update"</tt> event afterwards, unless {silent: true} is passed.
The model's index before removal is available to listeners as
<tt>options.index</tt>.
</p>
--
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