diff --git a/index.html b/index.html index a0bf8ccc..1895519a 100644 --- a/index.html +++ b/index.html @@ -1637,10 +1637,9 @@ ships.add([ removecollection.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.