fix wrong old method name

This commit is contained in:
elclanrs 2013-10-11 04:18:05 -04:00
parent 2ecf52c797
commit 875baee324
3 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -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);
} }