]> source.dussan.org Git - jquery-ui.git/commitdiff
Whitespace.
authorScott González <scott.gonzalez@gmail.com>
Tue, 26 Mar 2013 18:43:35 +0000 (14:43 -0400)
committerScott González <scott.gonzalez@gmail.com>
Tue, 26 Mar 2013 18:43:35 +0000 (14:43 -0400)
tests/unit/button/button_methods.js

index c534440057eb709a2b9640bc507c1d93d7e9c7b1..467938f00f59b1db6b9137564d75f6e904ef6b7d 100644 (file)
@@ -15,7 +15,7 @@ test("destroy", function() {
 
 test( "refresh: Ensure disabled state is preserved correctly.", function() {
        expect( 8 );
-       
+
        var element = $( "<a href='#'></a>" );
        element.button({ disabled: true }).button( "refresh" );
        ok( element.button( "option", "disabled" ), "Anchor button should remain disabled after refresh" ); //See #8237