mirror of
https://github.com/adnexus/jquery.git
synced 2026-07-27 07:04:54 +00:00
Merge branch 'master' of https://github.com/russtacular/jquery into russtacular-master
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ if ( "getBoundingClientRect" in document.documentElement ) {
|
||||
|
||||
// Make sure we're not dealing with a disconnected DOM node
|
||||
if ( !box || !jQuery.contains( docElem, elem ) ) {
|
||||
return box || { top: 0, left: 0 };
|
||||
return box ? { top: box.top, left: box.left } : { top: 0, left: 0 };
|
||||
}
|
||||
|
||||
var body = doc.body,
|
||||
|
||||
Reference in New Issue
Block a user