diff --git a/index.js b/index.js index be0bf556..962db044 100644 --- a/index.js +++ b/index.js @@ -101,7 +101,7 @@ module.exports = { included: function included(app, parentAddon) { var target = (parentAddon || app); - this._super.included(target); + this._super.included.call(this, target); this.options = target.options;