#backbone.TriggerHappy
###Use
Include this file in your JavaScripts directory and require it in your manifest after you require backbone.js and before you initialize your Backbone app.
e.g., if you're using Rails with Backbone, add this line to your application.js file:
//= require backbone
//= require backbone.TriggerHappy
//= require your_app
All events will be printed to your web console as they are triggered, in the following format:
className (id): event
Class names include:
- Model
- Collection
- View
- Router