diff options
author | Brandon Aaron <brandon.aaron@gmail.com> | 2009-03-23 01:55:17 +0000 |
---|---|---|
committer | Brandon Aaron <brandon.aaron@gmail.com> | 2009-03-23 01:55:17 +0000 |
commit | f8ef75eb9124ce924be5fb521c783efd5c996e33 (patch) | |
tree | e249197bfb42c77b26e068954cbcf70b9c5bb91a /src/dimensions.js | |
parent | e06da1724cf05a83e14efa8b854348ac4e4a599a (diff) | |
download | jquery-f8ef75eb9124ce924be5fb521c783efd5c996e33.tar.gz jquery-f8ef75eb9124ce924be5fb521c783efd5c996e33.zip |
remove trailing spaces
Diffstat (limited to 'src/dimensions.js')
-rw-r--r-- | src/dimensions.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dimensions.js b/src/dimensions.js index 7371f00fa..606b105eb 100644 --- a/src/dimensions.js +++ b/src/dimensions.js @@ -16,7 +16,7 @@ jQuery.each([ "Height", "Width" ], function(i, name){ jQuery.css( this[0], type, false, margin ? "margin" : "border" ) : null; }; - + jQuery.fn[ type ] = function( size ) { // Get window width or height return this[0] == window ? |