From faeca244a24c79be2ddc48fc52e01870e16ed801 Mon Sep 17 00:00:00 2001
From: Robert Hencke
Date: Mon, 18 Jun 2012 07:57:36 -0500
Subject: [PATCH] Note options parameter for add/remove/reset in Catalog of
Events.
---
index.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
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.