diff options
author | Felix Nagel <info@felixnagel.com> | 2016-04-16 17:20:58 +0200 |
---|---|---|
committer | Felix Nagel <info@felixnagel.com> | 2016-09-29 15:10:46 +0200 |
commit | d7939faae293b82d24eee21d613fe56309d6988c (patch) | |
tree | 6ddb0018b0b9f74441d92241941c8d2fad71947e /tests/unit | |
parent | 6fdf14f99a8c97baa5f57a88fcc1dd64bbfb243e (diff) | |
download | jquery-ui-d7939faae293b82d24eee21d613fe56309d6988c.tar.gz jquery-ui-d7939faae293b82d24eee21d613fe56309d6988c.zip |
Calendar: Add icons option support
Diffstat (limited to 'tests/unit')
-rw-r--r-- | tests/unit/calendar/common.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/unit/calendar/common.js b/tests/unit/calendar/common.js index 586c505f8..b6807ec84 100644 --- a/tests/unit/calendar/common.js +++ b/tests/unit/calendar/common.js @@ -17,6 +17,10 @@ common.testWidget( "calendar", { disabled: false, dateFormat: { date: "short" }, eachDay: $.noop, + icons: { + prevButton: "ui-icon-circle-triangle-w", + nextButton: "ui-icon-circle-triangle-e" + }, labels: { "datePickerRole": "date picker", "nextText": "Next", |