From 6d3aed44d2636868d16a683c44bfc5f1991fcc5e Mon Sep 17 00:00:00 2001 From: Brad Dunbar Date: Wed, 20 Feb 2013 09:09:51 -0500 Subject: [PATCH] Tweak language. --- index.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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.