diff options
author | Eduardo Lundgren <eduardolundgren@gmail.com> | 2008-11-20 04:10:34 +0000 |
---|---|---|
committer | Eduardo Lundgren <eduardolundgren@gmail.com> | 2008-11-20 04:10:34 +0000 |
commit | 558218f2aacde62323e8d5c6ccc62aa7c05c4ed5 (patch) | |
tree | 1e1526fb63e0195c49be4ddc0c59d15fa4f54ead /ui/i18n/ui.datepicker-hu.js | |
parent | 352287b7efeaf400463eae637a2230a350c6e2d9 (diff) | |
download | jquery-ui-558218f2aacde62323e8d5c6ccc62aa7c05c4ed5.tar.gz jquery-ui-558218f2aacde62323e8d5c6ccc62aa7c05c4ed5.zip |
Source formatting: Removing trailing spaces
Diffstat (limited to 'ui/i18n/ui.datepicker-hu.js')
-rw-r--r-- | ui/i18n/ui.datepicker-hu.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/i18n/ui.datepicker-hu.js b/ui/i18n/ui.datepicker-hu.js index 73eaa46ea..29f2ad375 100644 --- a/ui/i18n/ui.datepicker-hu.js +++ b/ui/i18n/ui.datepicker-hu.js @@ -19,7 +19,7 @@ jQuery(function($){ dayNamesShort: ['Vas', 'Hét', 'Ked', 'Sze', 'Csü', 'Pén', 'Szo'], dayNamesMin: ['V', 'H', 'K', 'Sze', 'Cs', 'P', 'Szo'], dayStatus: 'DD', dateStatus: 'D, M d', - dateFormat: 'yy-mm-dd', firstDay: 1, + dateFormat: 'yy-mm-dd', firstDay: 1, initStatus: '', isRTL: false}; $.datepicker.setDefaults($.datepicker.regional['hu']); }); |