customEventsObject
private
The DOM events for which the event dispatcher should listen.
By default, the application's Ember.EventDispatcher
listens for a set of standard DOM events, such as mousedown
and keyup
, and delegates them to your application's Ember.View
instances.
Please login to continue.