]> source.dussan.org Git - jquery-ui.git/commitdiff
Missed highlightWeek setting default
authorKeith Wood <kbwood.au@gmail.com>
Wed, 18 Jun 2008 09:50:12 +0000 (09:50 +0000)
committerKeith Wood <kbwood.au@gmail.com>
Wed, 18 Jun 2008 09:50:12 +0000 (09:50 +0000)
ui/ui.datepicker.js

index 75d35b1d5d8fe9efedef7f6553ea5a4d98c36e15..142ce96d541462561efbf771e039ae73d2d43825 100644 (file)
@@ -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,