aboutsummaryrefslogtreecommitdiffstats
path: root/src/offset.js
diff options
context:
space:
mode:
authorColin Snover <github.com@zetafleet.com>2010-12-30 00:34:48 -0600
committerColin Snover <github.com@zetafleet.com>2010-12-30 00:34:48 -0600
commit3e0cc815043c2425819743e907a0ce263a7ce164 (patch)
tree6d579f50e3b86ab350291c0a63619ee739804f4d /src/offset.js
parent429b078dc7b5cf7765b44c8d32e125ecd8f1e2c9 (diff)
downloadjquery-3e0cc815043c2425819743e907a0ce263a7ce164.tar.gz
jquery-3e0cc815043c2425819743e907a0ce263a7ce164.zip
Clean trailing whitespace from all files.
Diffstat (limited to 'src/offset.js')
-rw-r--r--src/offset.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/offset.js b/src/offset.js
index 3fb2917b2..2040c9d83 100644
--- a/src/offset.js
+++ b/src/offset.js
@@ -7,7 +7,7 @@ if ( "getBoundingClientRect" in document.documentElement ) {
jQuery.fn.offset = function( options ) {
var elem = this[0], box;
- if ( options ) {
+ if ( options ) {
return this.each(function( i ) {
jQuery.offset.setOffset( this, options, i );
});
@@ -49,7 +49,7 @@ if ( "getBoundingClientRect" in document.documentElement ) {
jQuery.fn.offset = function( options ) {
var elem = this[0];
- if ( options ) {
+ if ( options ) {
return this.each(function( i ) {
jQuery.offset.setOffset( this, options, i );
});
@@ -168,7 +168,7 @@ jQuery.offset = {
return { top: top, left: left };
},
-
+
setOffset: function( elem, options, i ) {
var position = jQuery.css( elem, "position" );
@@ -202,7 +202,7 @@ jQuery.offset = {
if (options.left != null) {
props.left = (options.left - curOffset.left) + curLeft;
}
-
+
if ( "using" in options ) {
options.using.call( elem, props );
} else {
@@ -262,7 +262,7 @@ jQuery.each( ["Left", "Top"], function( i, name ) {
jQuery.fn[ method ] = function(val) {
var elem = this[0], win;
-
+
if ( !elem ) {
return null;
}