diff options
author | Felix Nagel <info@felixnagel.com> | 2017-01-19 00:04:31 +0100 |
---|---|---|
committer | Felix Nagel <info@felixnagel.com> | 2017-01-19 00:04:31 +0100 |
commit | b49d12d088268d5ae5aaaa4dc43f092798c72e98 (patch) | |
tree | cbbe3f521c7abb675456658e9859ac8d5fcf27d2 | |
parent | f001a4b9a644c1034e4f7e718dcad4b9ad4b8db9 (diff) | |
download | jquery-ui-b49d12d088268d5ae5aaaa4dc43f092798c72e98.tar.gz jquery-ui-b49d12d088268d5ae5aaaa4dc43f092798c72e98.zip |
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.
-rw-r--r-- | tests/unit/spinner/options.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/spinner/options.js b/tests/unit/spinner/options.js index 381e1b7fa..7b8e884c7 100644 --- a/tests/unit/spinner/options.js +++ b/tests/unit/spinner/options.js @@ -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" ); |