Skip to content

Commit

Permalink
Merge pull request #2880 from GomesCamila/patch-2
Browse files Browse the repository at this point in the history
Update type on html function callback parameter docs
  • Loading branch information
HackbrettXXX committed Aug 27, 2020
2 parents dd6bddd + 3eb7499 commit 320585f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/html.js
Expand Up @@ -968,7 +968,7 @@ import { globalObject } from "../libs/globalObject.js";
* @function
* @param {HTMLElement|string} source The source HTMLElement or a string containing HTML.
* @param {Object} [options] Collection of settings
* @param {string} [options.callback] The mandatory callback-function gets as first parameter the current jsPDF instance
* @param {function} [options.callback] The mandatory callback-function gets as first parameter the current jsPDF instance
*
* @example
* var doc = new jsPDF();
Expand Down

0 comments on commit 320585f

Please sign in to comment.