diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-08-26 20:20:13 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-08-26 20:20:13 -0400 |
commit | 1540f4afc82347cc77c5c6324e068c4bbd332456 (patch) | |
tree | 81441fb006c97b2c3a0435b827f80838a90b4005 | |
parent | 383d0dbfaec3da07c07bf3cb424795c2f1439022 (diff) | |
download | jquery-ui-1540f4afc82347cc77c5c6324e068c4bbd332456.tar.gz jquery-ui-1540f4afc82347cc77c5c6324e068c4bbd332456.zip |
Whitespace
-rw-r--r-- | tests/unit/tabs/tabs_methods.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/tabs/tabs_methods.js b/tests/unit/tabs/tabs_methods.js index a41d7069d..866ea1307 100644 --- a/tests/unit/tabs/tabs_methods.js +++ b/tests/unit/tabs/tabs_methods.js @@ -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 ); |