Skip to content

Commit f71eecb

Browse files
committed
Fix issue with bad cherry-pick.
1 parent e86da10 commit f71eecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ember-application/lib/system/application-instance.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ export default EmberObject.extend({
198198
@private
199199
*/
200200
setupEventDispatcher() {
201-
var dispatcher = this.lookup('event_dispatcher:main');
201+
var dispatcher = this.container.lookup('event_dispatcher:main');
202202
var applicationCustomEvents = get(this.application, 'customEvents');
203203

204204
dispatcher.setup(applicationCustomEvents, this.rootElement);

0 commit comments

Comments
 (0)