cstefanache / angular2-img-cropper

Angular 2 Image Cropper
MIT License
364 stars 135 forks source link

Issue #104 #105

Closed travislaynewilson closed 7 years ago

travislaynewilson commented 7 years ago

Changed this.status to http.status. This works for me because this is an XMLHttpRequestEventTarget object, which does not contain a status property. I believe you meant to reference http, which is an XMLHttpRequest object that does have a status property.

anilcancakir commented 7 years ago

Yes, please merge it.

cstefanache commented 7 years ago

done