Skip to content

Commit

Permalink
fixing method call to Form.Validator
Browse files Browse the repository at this point in the history
  • Loading branch information
anutron committed Feb 20, 2012
1 parent 69136d4 commit b1818d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Forms/Behavior.FormValidator.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Behavior.addGlobalFilter('FormValidator', {
});
}
api.onCleanup(function(){
validator.disable();
validator.stop();
});
return validator;
}
Expand Down

0 comments on commit b1818d3

Please sign in to comment.