diff options
author | Felix Nagel <info@felixnagel.com> | 2015-07-28 00:42:32 +0200 |
---|---|---|
committer | Felix Nagel <info@felixnagel.com> | 2015-07-29 00:06:29 +0200 |
commit | 6db02da67c4150f90e3f5e69a87d885b829d93a9 (patch) | |
tree | 900c748f91c61007522fe2402aebe17b9f7987a1 /tests | |
parent | f9ba50df661f5cf6c1e30320e8f943dd7018e0c8 (diff) | |
download | jquery-ui-6db02da67c4150f90e3f5e69a87d885b829d93a9.tar.gz jquery-ui-6db02da67c4150f90e3f5e69a87d885b829d93a9.zip |
Calendar: Re-introduce formatDate option
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/calendar/common.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/calendar/common.js b/tests/unit/calendar/common.js index 3bb3b4e58..ffbb4c5a3 100644 --- a/tests/unit/calendar/common.js +++ b/tests/unit/calendar/common.js @@ -9,6 +9,7 @@ common.testWidget( "calendar", { buttons: [], classes: {}, disabled: false, + dateFormat: { date: "short" }, eachDay: $.noop, labels: { "datePickerRole": "date picker", |