fixed minor JS codestyle issues

This commit is contained in:
Alexander Makarov
2013-05-13 19:55:07 +04:00
parent 0f7f193623
commit 31a46f5bcf
2 changed files with 3 additions and 3 deletions

View File

@@ -57,7 +57,7 @@
// whether to perform validation when a change is detected on the input
validateOnChange: false,
// whether to perform validation when the user is typing.
validateOnType: false,
validateOnType: false,
// number of milliseconds that the validation should be delayed when a user is typing in the input field.
validationDelay: 200,
// whether to enable AJAX-based validation.