Browse Source

validateAll...

elclanrs 10 years ago
parent
commit
d0fab2f3fd
2 changed files with 4 additions and 4 deletions
  1. 2 2
      js/out/jquery.idealforms.js
  2. 2 2
      js/private.js

File diff suppressed because it is too large
+ 2 - 2
js/out/jquery.idealforms.js


+ 2 - 2
js/private.js

@@ -204,8 +204,8 @@ module.exports = {
     return valid;
   },
 
-  _validateAll: function(handleStyle, handleError) {
+  _validateAll: function(handleError, handleStyle) {
     var self = this;
-    this.$inputs.each(function(){ self._validate(this, handleStyle, handleError); });
+    this.$inputs.each(function(){ self._validate(this, handleError, handleStyle); });
   }
 };

Some files were not shown because too many files changed in this diff