removed obsolete method call, fix #196

This commit is contained in:
Ryan Blakeley 2015-09-04 10:35:47 -06:00
parent c311e144fb
commit 6b521d35e7
1 changed files with 0 additions and 1 deletions

View File

@ -431,7 +431,6 @@ Formsy.Form = React.createClass({
detachFromForm: function (component) {
delete this.inputs[component.props.name];
delete this.model[component.props.name];
this.updateModel();
this.validateForm();
},
render: function () {