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-he.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-he.js')
-rw-r--r-- | ui/i18n/ui.datepicker-he.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/i18n/ui.datepicker-he.js b/ui/i18n/ui.datepicker-he.js index 6574e5afd..929e87c92 100644 --- a/ui/i18n/ui.datepicker-he.js +++ b/ui/i18n/ui.datepicker-he.js @@ -19,7 +19,7 @@ jQuery(function($){ dayNamesShort: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'], dayNamesMin: ['א\'','ב\'','ג\'','ד\'','ה\'','ו\'','שבת'], dayStatus: 'DD', dateStatus: 'DD, M d', - dateFormat: 'dd/mm/yy', firstDay: 0, + dateFormat: 'dd/mm/yy', firstDay: 0, initStatus: '', isRTL: true}; $.datepicker.setDefaults($.datepicker.regional['he']); }); |