diff options
author | Keith Wood <kbwood.au@gmail.com> | 2008-06-18 09:50:12 +0000 |
---|---|---|
committer | Keith Wood <kbwood.au@gmail.com> | 2008-06-18 09:50:12 +0000 |
commit | 9aabd24300f53de3abeaa4b2859bdac441f67941 (patch) | |
tree | baea7a2462c2659a5c861cdf9448c2ed71eb58b9 /ui/ui.datepicker.js | |
parent | 51c9a185e05190e62f08612c87227a80b34283bf (diff) | |
download | jquery-ui-9aabd24300f53de3abeaa4b2859bdac441f67941.tar.gz jquery-ui-9aabd24300f53de3abeaa4b2859bdac441f67941.zip |
Missed highlightWeek setting default
Diffstat (limited to 'ui/ui.datepicker.js')
-rw-r--r-- | ui/ui.datepicker.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/ui.datepicker.js b/ui/ui.datepicker.js index 75d35b1d5..142ce96d5 100644 --- a/ui/ui.datepicker.js +++ b/ui/ui.datepicker.js @@ -86,6 +86,7 @@ function Datepicker() { yearRange: '-10:+10', // Range of years to display in drop-down, // either relative to current year (-nn:+nn) or absolute (nnnn:nnnn) changeFirstDay: true, // True to click on day name to change, false to remain as set + highlightWeek: false, // True to highlight the selected week showOtherMonths: false, // True to show dates in other months, false to leave blank showWeeks: false, // True to show week of the year, false to omit calculateWeek: this.iso8601Week, // How to calculate the week of the year, |