box2d-jquery icon indicating copy to clipboard operation
box2d-jquery copied to clipboard

improve loaded element check

Open briznad opened this issue 11 years ago • 0 comments

According to jQuery, Opera v12.12 and older may sometimes report offsetWidth and/or offsetHeight less than zero on some elements. Therefore, the check if an element is loaded should not simply evaluate for 0/false, since negative numbers will incorrectly evaluate as true.

briznad avatar May 06 '13 14:05 briznad