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:
Jörn Zaefferer 2015-09-17 14:21:23 +02:00
parent d31e342e1d
commit afbcdbe47e

View File

@ -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" );