Closed imkikus closed 8 years ago
DEPRECATION: Overriding init without calling this._super is deprecated. Please call this._super.init && this._super.init.apply(this, arguments); addon: ember-cli-htmlbars. Could you please take a look at this issue and merge this PR in?
this._super.init && this._super.init.apply(this, arguments);
ember-cli-htmlbars
├── ember-cli-htmlbars@1.0.11 ├─┬ ember-cli-image-cropper@0.0.8 │ └── ember-cli-htmlbars@0.7.4 ├─┬ ember-cli-spinner@0.0.7 │ └── ember-cli-htmlbars@0.7.9 └─┬ ember-modal-dialog@0.8.3 └── ember-cli-htmlbars@0.7.9
@imkikus thanks for the pull request. I am merging this and will release a new version soon as soon as I finish upgrading.
DEPRECATION: Overriding init without calling this._super is deprecated. Please call
this._super.init && this._super.init.apply(this, arguments);
addon:ember-cli-htmlbars
. Could you please take a look at this issue and merge this PR in?