Skip to content

Commit

Permalink
Merge pull request #4389 from emberjs/call-super
Browse files Browse the repository at this point in the history
call super in addon#init
  • Loading branch information
bmac committed May 22, 2016
2 parents 562de64 + 0d8686e commit 2ba3fe0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ module.exports = {
},

init: function() {
this._super.init && this._super.init.apply(this, arguments);

var bowerDeps = this.project.bowerDependencies();

var VersionChecker = require('ember-cli-version-checker');
Expand Down

0 comments on commit 2ba3fe0

Please sign in to comment.