mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Offset: Fix comment typo, thanks @AurelioDeRosa
This commit is contained in:
parent
04a652a99a
commit
b876352d97
@ -122,7 +122,7 @@ jQuery.fn.extend({
|
|||||||
parentOffset = { top: 0, left: 0 },
|
parentOffset = { top: 0, left: 0 },
|
||||||
elem = this[ 0 ];
|
elem = this[ 0 ];
|
||||||
|
|
||||||
// fixed elements are offset from window (parentOffset = {top:0, left: 0}, because it is it's only offset parent
|
// fixed elements are offset from window (parentOffset = {top:0, left: 0}, because it is its only offset parent
|
||||||
if ( jQuery.css( elem, "position" ) === "fixed" ) {
|
if ( jQuery.css( elem, "position" ) === "fixed" ) {
|
||||||
// we assume that getBoundingClientRect is available when computed position is fixed
|
// we assume that getBoundingClientRect is available when computed position is fixed
|
||||||
offset = elem.getBoundingClientRect();
|
offset = elem.getBoundingClientRect();
|
||||||
|
Loading…
Reference in New Issue
Block a user