From: Felix Nagel Date: Wed, 18 Jan 2017 23:04:31 +0000 (+0100) Subject: Calendar: Use old globalize for spinner tests X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b49d12d088268d5ae5aaaa4dc43f092798c72e98;p=jquery-ui.git 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. --- 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" );