Changeset 16143
- Timestamp:
- 03/10/09 15:48:10 (4 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfDynamicsPlugin/trunk/data/js/jquery/1.3.2/ui/ui.datepicker.js
r16140 r16143 24 24 25 25 function Datepicker() { 26 this.debug = true; // Change this to true to start debugging26 this.debug = false; // Change this to true to start debugging 27 27 this._curInst = null; // The current instance in use 28 28 this._keyEvent = false; // If the last event was a key event