Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Nov 30, 2019
1 parent 69ce3e0 commit 62a07f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/-ember-data/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = Object.assign({}, addonBaseConfig, {
},
treeForAddon(tree) {
// if we don't do this we won't have a super when we call addonBaseConfig
this._super = this._super;
this._originalSuper = this._super;
tree = merge([tree, version()]);
return addonBaseConfig.treeForAddon.call(this, tree);
},
Expand Down

0 comments on commit 62a07f0

Please sign in to comment.