Skip to content

Commit eee63a2

Browse files
committed
Datepicker i18n (nl-BE): Removed BOM.
1 parent e2d9b02 commit eee63a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Dutch (Belgium) initialisation for the jQuery UI date picker plugin. */
1+
/* Dutch (Belgium) initialisation for the jQuery UI date picker plugin. */
22
/* David De Sloovere @DavidDeSloovere */
33
jQuery(function($){
44
$.datepicker.regional['nl-BE'] = {
@@ -20,4 +20,4 @@ jQuery(function($){
2020
showMonthAfterYear: false,
2121
yearSuffix: ''};
2222
$.datepicker.setDefaults($.datepicker.regional['nl-BE']);
23-
});
23+
});

0 commit comments

Comments
 (0)