Skip to content

Commit

Permalink
fix(nested addons): no loonger swithing to the parent app so that add…
Browse files Browse the repository at this point in the history
…on's specific settings can be used
  • Loading branch information
webark committed Jan 16, 2017
1 parent 8e3f859 commit 849a72d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ module.exports = {
},

included: function(app) {
if (app.app) { app = app.app; }

this._super.included.apply(this, arguments);

this.projectRoot = this._projectRoot(app.trees);
Expand Down

0 comments on commit 849a72d

Please sign in to comment.