diff options
author | David Murdoch <musicisair@yahoo.com> | 2011-05-12 20:48:01 +0000 |
---|---|---|
committer | David Murdoch <musicisair@yahoo.com> | 2011-05-12 20:48:01 +0000 |
commit | 17be87f34cb2651e7903db3911527c43f5c05ba1 (patch) | |
tree | b60cefe3e1fc754a1065ce5b41b4b53c9e93b1b5 /tests/unit/position | |
parent | 7bca8c100445d1ab8da4f25bd9201408f5eb2174 (diff) | |
download | jquery-ui-17be87f34cb2651e7903db3911527c43f5c05ba1.tar.gz jquery-ui-17be87f34cb2651e7903db3911527c43f5c05ba1.zip |
Whitespace fix
Diffstat (limited to 'tests/unit/position')
-rw-r--r-- | tests/unit/position/position_core.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/position/position_core.js b/tests/unit/position/position_core.js index b3f5d9b61..613fffa02 100644 --- a/tests/unit/position/position_core.js +++ b/tests/unit/position/position_core.js @@ -1,7 +1,7 @@ (function( $ ) { function scrollTopSupport() { - $( window ).scrollTop( 1 ); + $( window ).scrollTop( 1 ); return $( window ).scrollTop() === 1; } |