From 6d3aed44d2636868d16a683c44bfc5f1991fcc5e Mon Sep 17 00:00:00 2001
From: Brad Dunbar collection.remove(models, [options])
Remove a model (or an array of models) from the collection. Fires a
- "remove" event, which you can use silent
- to suppress. If you've a callback listening to the "remove" event,
- the index at which the model is being removed from the collection is available
- as options.index.
+ "remove" event, which you can use silent to suppress.
+ The model's index before removal is available to listeners as
+ options.index.