]> source.dussan.org Git - jquery-ui.git/commitdiff
Calendar: Use old globalize for spinner tests 1777/head
authorFelix Nagel <info@felixnagel.com>
Wed, 18 Jan 2017 23:04:31 +0000 (00:04 +0100)
committerFelix Nagel <info@felixnagel.com>
Wed, 18 Jan 2017 23:04:31 +0000 (00:04 +0100)
Workaround has been removed when merged with master.
This commit adds the proper dependency again to fix the tests.

tests/unit/spinner/options.js

index 381e1b7fad633ba069ad314530fef8c129d18c7e..7b8e884c76ed20f9cf1cc825ec5b44f897b65a69 100644 (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" );