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