Added closeText incase datepicker localization isnt given

master
Trent 2010-11-27 14:35:24 -05:00
parent 05b4937942
commit c0de1ae8e6
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ function Timepicker() {
this.regional = []; // Available regional settings, indexed by language code
this.regional[''] = { // Default regional settings
currentText: 'Now',
closeText: 'Done',
ampm: false,
timeFormat: 'hh:mm tt',
timeOnlyTitle: 'Choose Time',