Selectmenu Tests: simplify asyncTest

This commit is contained in:
Felix Nagel 2013-05-07 22:17:41 +02:00
parent ef8c792db8
commit 1c878ce844

View File

@ -40,7 +40,7 @@ asyncTest( "accessibility", function() {
equal( $( this ).attr( "tabindex" ), -1, "menu link #" + index +" tabindex" );
});
start();
}, 1 );
});
});