Skip to content

Commit

Permalink
Pass arguments to _super
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 22, 2015
1 parent a16adec commit e929b74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default EmberObject.extend({
rootElement: null,

init: function() {
this._super();
this._super.apply(this, arguments);
this.container = this.registry.container();
},

Expand Down

0 comments on commit e929b74

Please sign in to comment.