fix lint warns

This commit is contained in:
vitalets 2013-10-07 12:53:32 +04:00
parent f965327b65
commit 882ac60346

@ -200,7 +200,7 @@ Editableform is linked with one of input types, e.g. 'text', 'select' etc.
var newValue = this.input.input2value();
// validation: if validate returns truthy value - means error
var error = this.validate(newValue)
var error = this.validate(newValue);
if (error) {
this.error(error);
this.showForm();