Skip to content

Commit

Permalink
Use imported run
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Dale and Yehuda Katz authored and tilde-engineering committed Jan 29, 2015
1 parent cd499b0 commit be6a683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ember-application/lib/system/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ var Application = Namespace.extend(DeferredMixin, {
if (!this.$ || this.$.isReady) {
run.schedule('actions', this, 'domReady', _instance);
} else {
this.$().ready(Ember.run.bind(this, 'domReady', _instance));
this.$().ready(run.bind(this, 'domReady', _instance));
}
},

Expand Down

0 comments on commit be6a683

Please sign in to comment.