diff options
author | Felix Nagel <info@felixnagel.com> | 2013-05-07 22:17:41 +0200 |
---|---|---|
committer | Felix Nagel <info@felixnagel.com> | 2013-05-07 22:17:41 +0200 |
commit | 1c878ce844e0967234253ba7a58827e5cd87333c (patch) | |
tree | cbf23d5d77ff33c5e500a8528ebcb4dd4a267e08 /tests/unit/selectmenu | |
parent | ef8c792db85b9c6177dd8c4ee5b5fda4fab795a0 (diff) | |
download | jquery-ui-1c878ce844e0967234253ba7a58827e5cd87333c.tar.gz jquery-ui-1c878ce844e0967234253ba7a58827e5cd87333c.zip |
Selectmenu Tests: simplify asyncTest
Diffstat (limited to 'tests/unit/selectmenu')
-rw-r--r-- | tests/unit/selectmenu/selectmenu_core.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/selectmenu/selectmenu_core.js b/tests/unit/selectmenu/selectmenu_core.js index aadea0f29..c4f43b681 100644 --- a/tests/unit/selectmenu/selectmenu_core.js +++ b/tests/unit/selectmenu/selectmenu_core.js @@ -40,7 +40,7 @@ asyncTest( "accessibility", function() { equal( $( this ).attr( "tabindex" ), -1, "menu link #" + index +" tabindex" ); }); start(); - }, 1 ); + }); }); |