Skip to content

Commit

Permalink
Merge pull request ember-cli#81 from ember-cli/call-super
Browse files Browse the repository at this point in the history
Call super
  • Loading branch information
stefanpenner committed May 20, 2016
2 parents 0e6840f + fc00bdd commit ecafe59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module.exports = {
name: 'loader.js',

init: function() {
this._super.apply(this, arguments);
this.treePaths['vendor'] = 'lib';
},

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loader.js",
"version": "4.0.4",
"version": "4.0.5",
"description": "loader.js =========",
"main": "lib/loader/loader.js",
"directories": {
Expand Down

0 comments on commit ecafe59

Please sign in to comment.