[Pkg-javascript-commits] [backbone] 185/211: Minor doc typo

Jonas Smedegaard js at moszumanska.debian.org
Sat May 3 17:00:22 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to tag 0.5.0
in repository backbone.

commit 3e4f6284fa35a13a865b6e98ad671aae01cbbec3
Author: Artur Adib <arturadib at gmail.com>
Date:   Wed Jun 15 12:32:35 2011 -0400

    Minor doc typo
---
 index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html
index 655b1e3..375162e 100644
--- a/index.html
+++ b/index.html
@@ -2270,7 +2270,7 @@ var model = localBackbone.Model.extend(...);
       <li><b>"reset"</b> (collection) — when the collection's entire contents have been replaced. </li>
       <li><b>"change"</b> (model, collection) — when a model's attributes have changed. </li>
       <li><b>"change:[attribute]"</b> (model, collection) — when a specific attribute has been updated. </li>
-      <li><b>"destrooy"</b> (model, collection) — when a model is <a href="#Model-destroy">destroyed</a>. </li>
+      <li><b>"destroy"</b> (model, collection) — when a model is <a href="#Model-destroy">destroyed</a>. </li>
       <li><b>"error"</b> (model, collection) — when a model's validation fails, or a <a href="#Model-save">save</a> call fails on the server. </li>
       <li><b>"route:[name]"</b> (router) — when one of a router's routes has matched. </li>
       <li><b>"all"</b> — this special event fires for <i>any</i> triggered event, passing the event name as the first argument. </li>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/backbone.git



More information about the Pkg-javascript-commits mailing list