]> source.dussan.org Git - jquery-ui.git/commitdiff
Whitespace fix
authorDavid Murdoch <musicisair@yahoo.com>
Thu, 12 May 2011 20:48:01 +0000 (20:48 +0000)
committerDavid Murdoch <musicisair@yahoo.com>
Thu, 12 May 2011 20:48:01 +0000 (20:48 +0000)
tests/unit/position/position_core.js

index b3f5d9b61e1afaf8983dd92f36166f01d4a8f88d..613fffa02fbce118c05f0853a42720e9ee082c02 100644 (file)
@@ -1,7 +1,7 @@
 (function( $ ) {
 
 function scrollTopSupport() {
-    $( window ).scrollTop( 1 );
+       $( window ).scrollTop( 1 );
        return $( window ).scrollTop() === 1;
 }