fix wrong old method name
This commit is contained in:
parent
2ecf52c797
commit
875baee324
3 changed files with 4 additions and 4 deletions
File diff suppressed because one or more lines are too long
2
js/out/jquery.idealforms.min.js
vendored
2
js/out/jquery.idealforms.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -58,7 +58,7 @@ module.exports = {
|
||||||
return this.defaultSelected;
|
return this.defaultSelected;
|
||||||
});
|
});
|
||||||
|
|
||||||
$inputs.change().each(function(){ self._resetErrorAndStyle(this) });
|
$inputs.change().each(function(){ self._fresh(this) });
|
||||||
|
|
||||||
this._inject('reset', name);
|
this._inject('reset', name);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue