aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/tabs/tabs_options.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/tabs/tabs_options.js')
-rw-r--r--tests/unit/tabs/tabs_options.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/tabs/tabs_options.js b/tests/unit/tabs/tabs_options.js
index 7f5352bac..56e32b7da 100644
--- a/tests/unit/tabs/tabs_options.js
+++ b/tests/unit/tabs/tabs_options.js
@@ -347,7 +347,7 @@ asyncTest( "hide and show - animation", function() {
equal( options, "drop", "correct options in _show()" );
setTimeout(function() {
callback();
- }, 1 );
+ });
};
widget._hide = function( element, options, callback ) {
strictEqual( element[ 0 ], panels[ 0 ], "correct element in _hide()" );
@@ -355,7 +355,7 @@ asyncTest( "hide and show - animation", function() {
setTimeout(function() {
callback();
start();
- }, 1 );
+ });
};
ok( panels.eq( 0 ).is( ":visible" ), "first panel visible" );