diff options
author | Kato Kazuyoshi <kato.kazuyoshi@gmail.com> | 2011-05-05 05:29:13 +0900 |
---|---|---|
committer | Kato Kazuyoshi <kato.kazuyoshi@gmail.com> | 2011-05-05 05:29:13 +0900 |
commit | f505de68fd7a0f8be70b0ccf97bb9b75b610d8e6 (patch) | |
tree | 36a680a254302d9690da8c69546e04dba989303f /ui/i18n/jquery.ui.datepicker-el.js | |
parent | fd1b4f84feb92b5e0684b3fb66ccc0a57caafaab (diff) | |
download | jquery-ui-f505de68fd7a0f8be70b0ccf97bb9b75b610d8e6.tar.gz jquery-ui-f505de68fd7a0f8be70b0ccf97bb9b75b610d8e6.zip |
Datepicker: Remove BOM. Fixed #6734 - Datepicker i18n: Problem with JavascriptPacker.
Diffstat (limited to 'ui/i18n/jquery.ui.datepicker-el.js')
-rw-r--r-- | ui/i18n/jquery.ui.datepicker-el.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/i18n/jquery.ui.datepicker-el.js b/ui/i18n/jquery.ui.datepicker-el.js index 9542769d9..6d775f995 100644 --- a/ui/i18n/jquery.ui.datepicker-el.js +++ b/ui/i18n/jquery.ui.datepicker-el.js @@ -1,4 +1,4 @@ -/* Greek (el) initialisation for the jQuery UI date picker plugin. */ +/* Greek (el) initialisation for the jQuery UI date picker plugin. */ /* Written by Alex Cicovic (http://www.alexcicovic.com) */ jQuery(function($){ $.datepicker.regional['el'] = { |