Skip to content

Commit

Permalink
fix(jsdoc): Fix type for JSDoc build
Browse files Browse the repository at this point in the history
  • Loading branch information
fb55 committed Dec 25, 2020
1 parent 8273e4c commit ff4bbaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api/forms.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ exports.serialize = function () {
*
* @see {@link http://api.jquery.com/serializeArray/}
*
* @returns {{ name: string; value: string }[]} The serialized form.
* @returns {Array<object<string,string>>} The serialized form.
*/
exports.serializeArray = function () {
// Resolve all form elements from either forms or collections of form elements
Expand Down

0 comments on commit ff4bbaf

Please sign in to comment.