Skip to content

Commit

Permalink
Call _super before touching this.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue authored Mar 20, 2017
1 parent 2d3f78f commit 91a02e4
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 91a02e4

Please sign in to comment.