Calendar: Use old globalize for spinner tests

Workaround has been removed when merged with master.
This commit adds the proper dependency again to fix the tests.
This commit is contained in:
Felix Nagel 2017-01-19 00:04:31 +01:00
parent f001a4b9a6
commit b49d12d088

View File

@ -2,8 +2,8 @@ define( [
"qunit",
"jquery",
"ui/widgets/spinner",
"globalize",
"globalize/ja-JP"
"globalize-old",
"globalize-old/ja-JP"
], function( QUnit, $ ) {
QUnit.module( "spinner: options" );