Open ShintuJoseph opened 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/
jQuery.isEmptyObject()
$.isPlainObject()
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/