Skip to content

Commit

Permalink
fixup! Uses this.parent to search for an app
Browse files Browse the repository at this point in the history
  • Loading branch information
xcambar committed Jul 7, 2016
1 parent 6584bc5 commit 6ce4b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/models/addon.js
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ var Addon = CoreObject.extend({
return;
}

this.eachAddonInvoke('included', [this._findHost()]);
this.eachAddonInvoke('included', [this]);
},

/**
Expand Down

0 comments on commit 6ce4b41

Please sign in to comment.