validateAll...

This commit is contained in:
elclanrs 2014-06-10 08:07:50 -04:00
parent d0fab2f3fd
commit 5dcff09127

View file

@ -16,7 +16,7 @@ module.exports = {
$inputs.each(function(){ self._buildField(this) });
this.$inputs = this.$inputs.add($inputs);
this._validateAll();
this._validateAll(true);
this.$fields.find(this.opts.error).hide();
this._inject('addRules');