]> source.dussan.org Git - jquery-ui.git/commitdiff
Datepicker i18n (nl-BE): Removed BOM.
authorScott González <scott.gonzalez@gmail.com>
Thu, 12 Jan 2012 21:49:50 +0000 (16:49 -0500)
committerScott González <scott.gonzalez@gmail.com>
Thu, 12 Jan 2012 21:50:18 +0000 (16:50 -0500)
(cherry picked from commit eee63a2e2435a6ecbcd0daa15f41b7bd5901e307)

ui/i18n/jquery.ui.datepicker-nl-BE.js

index 56207cb04d974455a49aeb03e465402a802e928a..7b3cdf425b35f575418fa9267a0114dba8d62b36 100644 (file)
@@ -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
+});