diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-01-12 16:49:50 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-01-12 16:50:18 -0500 |
commit | 94321cae57abbae6ccff1d90a123e5a2fdfd9af2 (patch) | |
tree | 98ce324b04c12142b44490233858c7910eca2e5e | |
parent | 0b7155f92781c59b0eb0ac8e008715d8a56671fb (diff) | |
download | jquery-ui-94321cae57abbae6ccff1d90a123e5a2fdfd9af2.tar.gz jquery-ui-94321cae57abbae6ccff1d90a123e5a2fdfd9af2.zip |
Datepicker i18n (nl-BE): Removed BOM.
(cherry picked from commit eee63a2e2435a6ecbcd0daa15f41b7bd5901e307)
-rw-r--r-- | ui/i18n/jquery.ui.datepicker-nl-BE.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/i18n/jquery.ui.datepicker-nl-BE.js b/ui/i18n/jquery.ui.datepicker-nl-BE.js index 56207cb04..7b3cdf425 100644 --- a/ui/i18n/jquery.ui.datepicker-nl-BE.js +++ b/ui/i18n/jquery.ui.datepicker-nl-BE.js @@ -1,4 +1,4 @@ -/* Dutch (Belgium) initialisation for the jQuery UI date picker plugin. */ +/* Dutch (Belgium) initialisation for the jQuery UI date picker plugin. */ /* David De Sloovere @DavidDeSloovere */ jQuery(function($){ $.datepicker.regional['nl-BE'] = { @@ -20,4 +20,4 @@ jQuery(function($){ showMonthAfterYear: false, yearSuffix: ''}; $.datepicker.setDefaults($.datepicker.regional['nl-BE']); -});
\ No newline at end of file +}); |