aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.datepicker.js
diff options
context:
space:
mode:
authorCa-Phun Ung <pazu2k@gmail.com>2009-01-04 11:07:42 +0000
committerCa-Phun Ung <pazu2k@gmail.com>2009-01-04 11:07:42 +0000
commit6575244c84b09ae47ada32b49503037418e32823 (patch)
tree1359e03f8495b78c8f8c9c5fdcd7363bcbeb4e49 /ui/ui.datepicker.js
parent6fddf7ecf3ec628f1b93532c48aadf0ac61218e2 (diff)
downloadjquery-ui-6575244c84b09ae47ada32b49503037418e32823.tar.gz
jquery-ui-6575244c84b09ae47ada32b49503037418e32823.zip
datepicker: fixes #3755 [clearText option exists but not used.]: removed clearText and clearStatus from ui.datepicker.js and related i18n files.
Diffstat (limited to 'ui/ui.datepicker.js')
-rw-r--r--ui/ui.datepicker.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/ui/ui.datepicker.js b/ui/ui.datepicker.js
index 9cba3619c..1c4ffbc19 100644
--- a/ui/ui.datepicker.js
+++ b/ui/ui.datepicker.js
@@ -40,12 +40,9 @@ function Datepicker() {
this._dayOverClass = 'ui-datepicker-days-cell-over'; // The name of the day hover marker class
this.regional = []; // Available regional settings, indexed by language code
this.regional[''] = { // Default regional settings
- clearText: 'Clear', // Display text for clear link
closeText: 'Done', // Display text for close link
prevText: 'Prev', // Display text for previous month link
- prevBigText: '&#x3c;&#x3c;', // Display text for previous year link
nextText: 'Next', // Display text for next month link
- nextBigText: '&#x3e;&#x3e;', // Display text for next year link
currentText: 'Today', // Display text for current month link
monthNames: ['January','February','March','April','May','June',
'July','August','September','October','November','December'], // Names of months for drop-down and formatting