Skip to content

Commit 0a2e5b1

Browse files
authored
Merge pull request #84 from ember-cli/core-object-compat
CoreObject 1.x and 2.x compat
2 parents 81df7fa + 7133067 commit 0a2e5b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ module.exports = {
44
name: 'loader.js',
55

66
init: function() {
7+
this._super.init && this._super.init.apply(this, arguments);
8+
79
this.treePaths['vendor'] = 'lib';
810
},
911

0 commit comments

Comments
 (0)