summaryrefslogtreecommitdiffstats
path: root/openo-portal/portal-common/src/main/webapp/common/thirdparty/jquery-validation/js/localization/methods_nl.js
diff options
context:
space:
mode:
Diffstat (limited to 'openo-portal/portal-common/src/main/webapp/common/thirdparty/jquery-validation/js/localization/methods_nl.js')
-rw-r--r--openo-portal/portal-common/src/main/webapp/common/thirdparty/jquery-validation/js/localization/methods_nl.js36
1 files changed, 18 insertions, 18 deletions
diff --git a/openo-portal/portal-common/src/main/webapp/common/thirdparty/jquery-validation/js/localization/methods_nl.js b/openo-portal/portal-common/src/main/webapp/common/thirdparty/jquery-validation/js/localization/methods_nl.js
index 91e0d8c5..a7c47372 100644
--- a/openo-portal/portal-common/src/main/webapp/common/thirdparty/jquery-validation/js/localization/methods_nl.js
+++ b/openo-portal/portal-common/src/main/webapp/common/thirdparty/jquery-validation/js/localization/methods_nl.js
@@ -1,19 +1,19 @@
-(function( factory ) {
- if ( typeof define === "function" && define.amd ) {
- define( ["jquery", "../jquery.validate"], factory );
- } else {
- factory( jQuery );
- }
-}(function( $ ) {
-
-/*
- * Localized default methods for the jQuery validation plugin.
- * Locale: NL
- */
-$.extend($.validator.methods, {
- date: function(value, element) {
- return this.optional(element) || /^\d\d?[\.\/\-]\d\d?[\.\/\-]\d\d\d?\d?$/.test(value);
- }
-});
-
+(function( factory ) {
+ if ( typeof define === "function" && define.amd ) {
+ define( ["jquery", "../jquery.validate"], factory );
+ } else {
+ factory( jQuery );
+ }
+}(function( $ ) {
+
+/*
+ * Localized default methods for the jQuery validation plugin.
+ * Locale: NL
+ */
+$.extend($.validator.methods, {
+ date: function(value, element) {
+ return this.optional(element) || /^\d\d?[\.\/\-]\d\d?[\.\/\-]\d\d\d?\d?$/.test(value);
+ }
+});
+
})); \ No newline at end of file