r3003 commited - Datepicker: Default duration changed

r3003 commited - Datepicker: Default duration changed


Revision: 3003
Author: kbwood.au
Date: Wed Jul 29 01:27:31 2009
Log: Datepicker: Default duration changed
http://code.google.com/p/jquery-ui/source/detail?r=3003
Modified:
/trunk/ui/ui.datepicker.js
=======================================
--- /trunk/ui/ui.datepicker.js    Wed Jul 22 01:39:44 2009
+++ /trunk/ui/ui.datepicker.js    Wed Jul 29 01:27:31 2009
@@ -84,7 +84,7 @@
            // 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