Datepicker test: Attempt to work around an intermittent issue in IE when run through TestSwarm.

This commit is contained in:
Scott González 2013-12-03 11:38:17 -05:00
parent acd2e1391f
commit 72f29a111a

View File

@ -4,7 +4,11 @@
(function($) {
module("datepicker: core");
module( "datepicker: core", {
setup: function() {
$( "body" ).focus();
}
});
TestHelpers.testJshint( "datepicker" );