Skip to content

Commit 7133067

Browse files
authored
CoreObject 1.x and 2.x compat
1 parent 81df7fa commit 7133067

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)