mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
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:
parent
f001a4b9a6
commit
b49d12d088
@ -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" );
|
||||
|
Loading…
Reference in New Issue
Block a user