EventDispatcher#rootElement

rootElementDOMElementprivate

Defined in packages/ember-views/lib/system/event_dispatcher.js:94

The root DOM element to which event listeners should be attached. Event listeners will be attached to the document unless this is overridden.

Can be specified as a DOMElement or a selector string.

The default body is a string since this may be evaluated before document.body exists in the DOM.

Default: 'body'

doc_EmberJs
2016-11-30 16:52:05
Comments
Leave a Comment

Please login to continue.