mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Datepicker: Fix tests on TestSwarm by requiring $.ui.ie in the test
The check that checks for IE wouldn't match since $.ui.ie was extracted to its own file.
This commit is contained in:
parent
d31e342e1d
commit
afbcdbe47e
@ -4,7 +4,8 @@ define( [
|
||||
"ui/widgets/datepicker",
|
||||
"ui/i18n/datepicker-fr",
|
||||
"ui/i18n/datepicker-he",
|
||||
"ui/i18n/datepicker-zh-CN"
|
||||
"ui/i18n/datepicker-zh-CN",
|
||||
"ui/ie"
|
||||
], function( $, testHelper ) {
|
||||
|
||||
module( "datepicker: options" );
|
||||
|
Loading…
Reference in New Issue
Block a user