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

TypeError: undefined is not a function (evaluating 'cropperElment.cropper.destroy()') #17

Closed gponsu closed 8 years ago

gponsu commented 8 years ago

In the last version (v0.0.9), I get this error:

TypeError: undefined is not a function (evaluating 'cropperElment.cropper.destroy()')
arnaudbesnier commented 8 years ago

It would be great to have a new version of the package with the fix of this regression. ❤️

Mbuckley0 commented 8 years ago

The line should be cropperElment.cropper('destroy'); instead of cropperElment.cropper.destroy()

mhretab commented 8 years ago

Fixed in 0.0.10