Skip to content

Commit

Permalink
add missing super call
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpenner committed Mar 21, 2016
1 parent 9aa7d3a commit 853898b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/models/addon-discovery.js
Expand Up @@ -22,6 +22,7 @@ var findup = require('findup');
*/
var AddonDiscovery = CoreObject.extend({
init: function(ui) {
this._super.init.apply(this, arguments);
this.ui = ui;
},

Expand Down

0 comments on commit 853898b

Please sign in to comment.