Application#eventDispatcher

eventDispatcherEmber.EventDispatcherpublic

Defined in packages/ember-application/lib/system/application.js:220

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

doc_EmberJs
2016-11-30 16:48:27
Comments
Leave a Comment

Please login to continue.