mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Selectmenu: added mass (performance) unit test
This commit is contained in:
parent
70ba3b991e
commit
6c049f2f9a
@ -62,4 +62,14 @@ $.each([
|
||||
});
|
||||
|
||||
|
||||
// test("mass", function () {
|
||||
// for (var i = 0; i < 100; i++) {
|
||||
// var element = $('#speed').selectmenu();
|
||||
// var widget = element.selectmenu("destroy");
|
||||
// expect(0);
|
||||
// }
|
||||
// });
|
||||
|
||||
|
||||
|
||||
})( jQuery );
|
||||
|
Loading…
Reference in New Issue
Block a user