Skip to content

Commit

Permalink
📝 Update JSDoc for valueCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Richard committed Aug 9, 2016
1 parent 761f35e commit e989d96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/form/validate.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ const buildValues = working => {
*
* @param {object} input - Input Type being tested
* @param {ValidationSettings} settings - All validation settings
* @param {function} validation - The validation function to run
* @param {string} required - The required check to run (save/publish)
*
* @returns {true|FormInputValues} - Returns `true` if there are no validation or required issues, {FormInputValues} with error messages as values if there are
*/
Expand Down

0 comments on commit e989d96

Please sign in to comment.