master
Evgeny Poberezkin 2015-07-06 18:43:22 +01:00
parent 5416eaf86d
commit 0357b8221b
1 changed files with 1 additions and 1 deletions

View File

@ -146,10 +146,10 @@ Function should return validation result as `true` or `false`.
Custom formats can be also added via `formats` option.
##### .errorsText([Array<Object> errors [, Object options]]) -&gt; String
Returns the text with all errors in a String. Options can have these properties:
- separator: string used to separate errors, ", " is used by default.
- dataVar: the variable name that dataPaths are prefixed with, "data" by default.