mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Datepicker test: Attempt to work around an intermittent issue in IE when run through TestSwarm.
This commit is contained in:
parent
acd2e1391f
commit
72f29a111a
@ -4,7 +4,11 @@
|
||||
|
||||
(function($) {
|
||||
|
||||
module("datepicker: core");
|
||||
module( "datepicker: core", {
|
||||
setup: function() {
|
||||
$( "body" ).focus();
|
||||
}
|
||||
});
|
||||
|
||||
TestHelpers.testJshint( "datepicker" );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user