From 0836b563af5d04436a79bdff4dcee24fb1cefdac Mon Sep 17 00:00:00 2001 From: Tim Griesser Date: Fri, 11 Jan 2013 17:24:02 -0500 Subject: [PATCH] docs for route event, save bug, formatting --- index.html | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index b6ba8944..1c7a2339 100644 --- a/index.html +++ b/index.html @@ -828,7 +828,7 @@ view.stopListening(model);
  • "error" (model, xhr, options) — when a model's save call fails on the server.
  • "invalid" (model, error, options) — when a model's validation fails on the client.
  • "route:[name]" (params) — Fired by the router when a specific route is matched.
  • -
  • "route" (router, route, params) — Fired by history when any route has been matched.
  • +
  • "route" (router, route, params) — Fired by history (or router) when any route has been matched.
  • "all" — this special event fires for any triggered event, passing the event name as the first argument.
  • @@ -3815,25 +3815,35 @@ ActiveRecord::Base.include_root_in_json = false EdgeNot yet releasedDiff