We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0a812e commit 70bcef9Copy full SHA for 70bcef9
form-validator/jquery.form-validator.js
@@ -145,7 +145,7 @@
145
if(!eventContext)
146
eventContext = 'blur';
147
148
- language = $.extend($.formUtils.LANG, language || {});
+ language = $.extend({}, $.formUtils.LANG, language || {});
149
_removeErrorStyle(this, conf);
150
151
var $elem = this,
@@ -209,7 +209,7 @@
209
*/
210
$.fn.validateForm = function(language, conf) {
211
212
213
214
$.formUtils.isValidatingEntireForm = true;
215
$.formUtils.haltValidation = false;
0 commit comments