Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez committed Aug 27, 2012
1 parent 383d0db commit 1540f4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/tabs/tabs_methods.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ test( "enable", function() {
});

test( "enable( index )", function() {
expect( 10 );
expect( 10 );

var element = $( "#tabs1" ).tabs({ disabled: true });
disabled( element, true );
Expand Down Expand Up @@ -62,7 +62,7 @@ test( "disable", function() {
});

test( "disable( index )", function() {
expect( 10 );
expect( 10 );

var element = $( "#tabs1" ).tabs({ disabled: false });
disabled( element, false );
Expand Down

0 comments on commit 1540f4a

Please sign in to comment.