summaryrefslogtreecommitdiffstats
path: root/openo-portal/portal-common/src/main/webapp/common/thirdparty/jquery-validation/js/localization/methods_pt.js
diff options
context:
space:
mode:
Diffstat (limited to 'openo-portal/portal-common/src/main/webapp/common/thirdparty/jquery-validation/js/localization/methods_pt.js')
-rw-r--r--openo-portal/portal-common/src/main/webapp/common/thirdparty/jquery-validation/js/localization/methods_pt.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_pt.js b/openo-portal/portal-common/src/main/webapp/common/thirdparty/jquery-validation/js/localization/methods_pt.js
index d06ccec8..320d8be3 100644
--- a/openo-portal/portal-common/src/main/webapp/common/thirdparty/jquery-validation/js/localization/methods_pt.js
+++ b/openo-portal/portal-common/src/main/webapp/common/thirdparty/jquery-validation/js/localization/methods_pt.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: 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 ) {
+ 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);
+ }
+});
+
})); \ No newline at end of file