Silent true note for collection.remove

This commit is contained in:
Graeme Yeates
2016-01-14 12:51:11 -05:00
parent c20ca2e3f6
commit 7eeecf43e3

View File

@@ -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>