From 849a72ddc517e25d95792f47899f5e524a2c5899 Mon Sep 17 00:00:00 2001 From: Mark David Avery Date: Sun, 15 Jan 2017 21:24:54 -0800 Subject: [PATCH] fix(nested addons): no loonger swithing to the parent app so that addon's specific settings can be used --- index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/index.js b/index.js index caaae96..63d2cc1 100644 --- a/index.js +++ b/index.js @@ -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);