]> source.dussan.org Git - jquery-ui.git/commitdiff
Datepicker: Default duration changed
authorKeith Wood <kbwood.au@gmail.com>
Wed, 29 Jul 2009 08:27:31 +0000 (08:27 +0000)
committerKeith Wood <kbwood.au@gmail.com>
Wed, 29 Jul 2009 08:27:31 +0000 (08:27 +0000)
ui/ui.datepicker.js

index a2bc36623ca230e79ccb452e139e5b14ad9c4f5f..295fd0abac29befa034db0fbacc87d7dd7d4a683 100644 (file)
@@ -84,7 +84,7 @@ function Datepicker() {
                        // string value starting with '+' for current year + value
                minDate: null, // The earliest selectable date, or null for no limit
                maxDate: null, // The latest selectable date, or null for no limit
-               duration: 'normal', // Duration of display/closure
+               duration: '_default', // Duration of display/closure
                beforeShowDay: null, // Function that takes a date and returns an array with
                        // [0] = true if selectable, false if not, [1] = custom CSS class name(s) or '',
                        // [2] = cell title (optional), e.g. $.datepicker.noWeekends