From e989d96682c4f3debaf998584dda7749b6b3ec8b Mon Sep 17 00:00:00 2001 From: Sam Richard Date: Tue, 9 Aug 2016 17:25:20 -0400 Subject: [PATCH] :memo: Update JSDoc for valueCheck --- lib/form/validate.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/form/validate.js b/lib/form/validate.js index 5a79940..722108d 100644 --- a/lib/form/validate.js +++ b/lib/form/validate.js @@ -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 */