diff --git a/index.html b/index.html
index 4b7aa471..cf199e4b 100644
--- a/index.html
+++ b/index.html
@@ -3261,9 +3261,9 @@ var model = localBackbone.Model.extend(...);
- - "add" (model, collection) — when a model is added to a collection.
- - "remove" (model, collection) — when a model is removed from a collection.
- - "reset" (collection) — when the collection's entire contents have been replaced.
+ - "add" (model, collection, options) — when a model is added to a collection.
+ - "remove" (model, collection, options) — when a model is removed from a collection.
+ - "reset" (collection, options) — when the collection's entire contents have been replaced.
- "change" (model, options) — when a model's attributes have changed.
- "change:[attribute]" (model, value, options) — when a specific attribute has been updated.
- "destroy" (model, collection) — when a model is destroyed.