brunobar79 / J-I-C

J I C is a Javascript Image Compressor using HTML5 Canvas & File API that allows you to compress your jpeg & png images before uploading to the server (100% client-side and no extra libraries required!)
http://makeitsolutions.com/labs/jic/
MIT License
857 stars 196 forks source link

callback is ignored #1

Closed nuthinking closed 11 years ago

nuthinking commented 11 years ago

The callback parameter seems to be ignored by the upload function.

brunobar79 commented 11 years ago

Christian, thanks for your feedback. You were right, the callback parameter was added in the lib under examples/js/JIC.js but I forget to add it to the file at /src/JIC.js . Now it should be fine.

brunobar79 commented 11 years ago

This issue has been fixed 21 days ago. Thanks @nuthinking for the report!