eventDispatcherEmber.EventDispatcher
public
The Ember.EventDispatcher
responsible for delegating events to this application's views.
The event dispatcher is created by the application at initialization time and sets up event listeners on the DOM element described by the application's rootElement
property.
See the documentation for Ember.EventDispatcher
for more information.
Default: null
Please login to continue.