sglanzer-deprecated/ember-cli-blanket

DEPRECATION: Overriding init without calling this._super is deprecated.

Closed this issue · 1 comments

After upgrading to ember-cli 2.6.2 I get the following deprecation warning when starting my app:

DEPRECATION: Overriding init without calling this._super is deprecated. Please callthis._super.init && this._super.init.apply(this, arguments);addon:Ember CLI Blanket at Function.Addon.lookup (/Users/v-paivar-ave/Code/ember-update/awp-ptc/node_modules/ember-cli/lib/models/addon.js:896:27)

This seems to be already fixed on master but not on version 0.9.4

Fixed a while ago - we're now on 0.9.8, just haven't been keeping the issues clean