Whitespace.

(cherry picked from commit a4fabd2bb4)
This commit is contained in:
Scott González 2013-03-26 14:43:35 -04:00
parent e34c92bbbc
commit 024843c4b1

View 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