Skip to content

Commit

Permalink
Use this._super.included.call(this, target) in included.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkempe committed Jan 7, 2016
1 parent 2955c96 commit eeb9037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit eeb9037

Please sign in to comment.