mirror of
https://github.com/jashkenas/backbone.git
synced 2026-04-30 03:00:06 -04:00
Fixed typo
This commit is contained in:
@@ -1638,7 +1638,7 @@ ships.add([
|
||||
<br />
|
||||
Remove a model (or an array of models) from the collection. Fires a
|
||||
<tt>"remove"</tt> event, which you can use <tt>silent</tt>
|
||||
to suppress. If you're a callback listening to the <tt>"remove"</tt> event,
|
||||
to suppress. If you've a callback listening to the <tt>"remove"</tt> event,
|
||||
the index at which the model is being removed from the collection is available
|
||||
as <tt>options.index</tt>.
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user