Whitespace fix

This commit is contained in:
David Murdoch 2011-05-12 20:48:01 +00:00
parent 7bca8c1004
commit 17be87f34c

View File

@ -1,7 +1,7 @@
(function( $ ) {
function scrollTopSupport() {
$( window ).scrollTop( 1 );
$( window ).scrollTop( 1 );
return $( window ).scrollTop() === 1;
}