From 884e4eee55994f9e6f4ff5777d6d30592ff31663 Mon Sep 17 00:00:00 2001 From: Jeremy Ashkenas Date: Fri, 14 Dec 2012 11:02:09 -0500 Subject: [PATCH] Fixes #1931 -- document Backbone mixing in Events --- index.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 13deac0f..3571e4f8 100644 --- a/index.html +++ b/index.html @@ -806,7 +806,8 @@ view.stopListening(model);
Here's the complete list of built-in Backbone events, with arguments. You're also free to trigger your own events on Models, Collections and - Views as you see fit. + Views as you see fit. The Backbone object itself mixes in Events, + and can be used to emit any global events that your application needs.