From 3e4f6284fa35a13a865b6e98ad671aae01cbbec3 Mon Sep 17 00:00:00 2001 From: Artur Adib Date: Wed, 15 Jun 2011 12:32:35 -0400 Subject: [PATCH] Minor doc typo --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 655b1e30..375162e8 100644 --- a/index.html +++ b/index.html @@ -2270,7 +2270,7 @@ var model = localBackbone.Model.extend(...);
  • "reset" (collection) — when the collection's entire contents have been replaced.
  • "change" (model, collection) — when a model's attributes have changed.
  • "change:[attribute]" (model, collection) — when a specific attribute has been updated.
  • -
  • "destrooy" (model, collection) — when a model is destroyed.
  • +
  • "destroy" (model, collection) — when a model is destroyed.
  • "error" (model, collection) — when a model's validation fails, or a save call fails on the server.
  • "route:[name]" (router) — when one of a router's routes has matched.
  • "all" — this special event fires for any triggered event, passing the event name as the first argument.