Skip to content

Commit 0531438

Browse files
stefanpennermixonic
authored andcommitted
fix core-object deprecation, as per:
emberjs#13022 (comment)
1 parent 980f90f commit 0531438

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ add(absolutePaths, 'templateCompiler', __dirname + '/dist/ember-template-compile
2121

2222
module.exports = {
2323
init: function() {
24+
this._super.init && this._super.init.apply(this, arguments);
2425
if ('ember' in this.project.bowerDependencies()) {
2526
throw new TypeError('Ember.js is now provided by node_module `ember-core`, please remove it from bower');
2627
}

0 commit comments

Comments
 (0)