mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Whitespace
This commit is contained in:
parent
383d0dbfae
commit
1540f4afc8
@ -28,7 +28,7 @@ test( "enable", function() {
|
||||
});
|
||||
|
||||
test( "enable( index )", function() {
|
||||
expect( 10 );
|
||||
expect( 10 );
|
||||
|
||||
var element = $( "#tabs1" ).tabs({ disabled: true });
|
||||
disabled( element, true );
|
||||
@ -62,7 +62,7 @@ test( "disable", function() {
|
||||
});
|
||||
|
||||
test( "disable( index )", function() {
|
||||
expect( 10 );
|
||||
expect( 10 );
|
||||
|
||||
var element = $( "#tabs1" ).tabs({ disabled: false });
|
||||
disabled( element, false );
|
||||
|
Loading…
Reference in New Issue
Block a user