mhretab / ember-cli-image-cropper

Ember-cli addon for cropping/resizing images based on the jQuery Cropper plugin.
http://mhretab.github.io/ember-cli-image-cropper/
MIT License
41 stars 19 forks source link

Fixes to ember-cli-htmlbars deprecation warning #14

Closed imkikus closed 8 years ago

imkikus commented 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?

├── 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 
mhretab commented 8 years ago

@imkikus thanks for the pull request. I am merging this and will release a new version soon as soon as I finish upgrading.