Skip to content

Commit a4fabd2

Browse files
committed
Whitespace.
1 parent 8ad8cea commit a4fabd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/button/button_methods.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ test("destroy", function() {
1515

1616
test( "refresh: Ensure disabled state is preserved correctly.", function() {
1717
expect( 8 );
18-
18+
1919
var element = $( "<a href='#'></a>" );
2020
element.button({ disabled: true }).button( "refresh" );
2121
ok( element.button( "option", "disabled" ), "Anchor button should remain disabled after refresh" ); //See #8237

0 commit comments

Comments
 (0)