customEventsObjectpublic
Defined in packages/ember-application/lib/system/application.js:237
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. If you would like additional bubbling events to be delegated to your views, set your Ember.Application's customEvents property to a hash containing the DOM