Skip to content

Commit

Permalink
Fix issue with bad cherry-pick.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Aug 13, 2015
1 parent e86da10 commit f71eecb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export default EmberObject.extend({
@private
*/
setupEventDispatcher() {
var dispatcher = this.lookup('event_dispatcher:main');
var dispatcher = this.container.lookup('event_dispatcher:main');
var applicationCustomEvents = get(this.application, 'customEvents');

dispatcher.setup(applicationCustomEvents, this.rootElement);
Expand Down

0 comments on commit f71eecb

Please sign in to comment.