GUI Code refactor
[vnfsdk/refrepo.git] / openo-portal / portal-common / src / main / webapp / common / thirdparty / jquery-validation / js / localization / methods_pt.js
index d06ccec..320d8be 100644 (file)
@@ -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: PT_BR
- */
-$.extend($.validator.methods, {
-       date: function(value, element) {
-               return this.optional(element) || /^\d\d?\/\d\d?\/\d\d\d?\d?$/.test(value);
-       }
-});
-
+(function( factory ) {\r
+       if ( typeof define === "function" && define.amd ) {\r
+               define( ["jquery", "../jquery.validate"], factory );\r
+       } else {\r
+               factory( jQuery );\r
+       }\r
+}(function( $ ) {\r
+\r
+/*\r
+ * Localized default methods for the jQuery validation plugin.\r
+ * Locale: PT_BR\r
+ */\r
+$.extend($.validator.methods, {\r
+       date: function(value, element) {\r
+               return this.optional(element) || /^\d\d?\/\d\d?\/\d\d\d?\d?$/.test(value);\r
+       }\r
+});\r
+\r
 }));
\ No newline at end of file