Ver Fonte

remove trailing comma. fixes #1633

Igor Vaynberg há 11 anos atrás
pai
commit
e09292d800
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      select2_locale_nl.js

+ 1 - 1
select2_locale_nl.js

@@ -10,6 +10,6 @@
         formatInputTooLong: function (input, max) { var n = input.length - max; return "Vul " + n + " karakter" + (n == 1? "" : "s") + " minder in"; },
         formatSelectionTooBig: function (limit) { return "Maximaal " + limit + " item" + (limit == 1 ? "" : "s") + " toegestaan"; },
         formatLoadMore: function (pageNumber) { return "Meer resultaten laden..."; },
-        formatSearching: function () { return "Zoeken..."; },
+        formatSearching: function () { return "Zoeken..."; }
     });
 })(jQuery);