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:49:50 -0500 |
commit | eee63a2e2435a6ecbcd0daa15f41b7bd5901e307 (patch) | |
tree | 74f78649c9eb9819569e5811d0327f6893af42e2 | |
parent | e2d9b02c56ee92fa92913b451598b59a385db609 (diff) | |
download | jquery-ui-eee63a2e2435a6ecbcd0daa15f41b7bd5901e307.tar.gz jquery-ui-eee63a2e2435a6ecbcd0daa15f41b7bd5901e307.zip |
Datepicker i18n (nl-BE): Removed BOM.
-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 +}); |