Skip to content

Commit

Permalink
Merge pull request #46 from ember-engines/rwjblue-patch-1
Browse files Browse the repository at this point in the history
Call _super before touching `this`.
  • Loading branch information
rwjblue authored Mar 20, 2017
2 parents 2d3f78f + 91a02e4 commit 43594f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions addon/services/asset-loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ export default Ember.Service.extend({
* @override
*/
init() {
this._super(...arguments);

this.__manifests = [];
this._setupCache();
this._initAssetLoaders();
Expand Down

0 comments on commit 43594f0

Please sign in to comment.