You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since all supported browsers have getBoundingClientRect, there's no reason not to just call the method right away, letting an exception throw if input is in fact not a DOM element.
The "object without getBoundingClientRect" test will have to go as well.
The text was updated successfully, but these errors were encountered:
Fallout from #2043: https://github.com/jquery/jquery/pull/2043/files#r23981494
Since all supported browsers have
getBoundingClientRect
, there's no reason not to just call the method right away, letting an exception throw if input is in fact not a DOM element.The "object without getBoundingClientRect" test will have to go as well.
The text was updated successfully, but these errors were encountered: