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