sconsult / croppic

croppic
914 stars 228 forks source link

isEmptyObject error in IE 9 #227

Open ShintuJoseph opened 8 years ago

ShintuJoseph commented 8 years ago

The issue was found due to inconsistent behavior of jQuery.isEmptyObject() , fixed through adding $.isPlainObject() .Please read this for more information: https://api.jquery.com/jQuery.isEmptyObject/