RaananW / PhoneGap-Image-Resizer

Providing an image resizer plugin for phonegap projects on both Android and iOS
93 stars 89 forks source link

Fixed issue with illegal type casting in Android #17

Closed stromgren closed 9 years ago

stromgren commented 9 years ago

Fixed issue where an error would be thrown on Android for using the wrong data type when accessing data in the JSON-object. This when using the default values in the JS-object.

RaananW commented 9 years ago

merged, thanks!