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.