Changeset 9937
- Timestamp:
- 08/03/07 08:45:17 (17 months ago)
- Files:
-
- 1 modified
-
dijit/trunk/form/TimeTextbox.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dijit/trunk/form/TimeTextbox.js
r9806 r9937 44 44 this.inherited('setValue', arguments); 45 45 if(this._picker){ 46 // #3948: fix blank date on popup only 47 if(!date){date=new Date();} 46 48 this._picker.setValue(date); 47 49 }