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", "qunit",
"jquery", "jquery",
"ui/widgets/spinner", "ui/widgets/spinner",
"globalize", "globalize-old",
"globalize/ja-JP" "globalize-old/ja-JP"
], function( QUnit, $ ) { ], function( QUnit, $ ) {
QUnit.module( "spinner: options" ); QUnit.module( "spinner: options" );