We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd6bddd + 3eb7499 commit 320585fCopy full SHA for 320585f
src/modules/html.js
@@ -968,7 +968,7 @@ import { globalObject } from "../libs/globalObject.js";
968
* @function
969
* @param {HTMLElement|string} source The source HTMLElement or a string containing HTML.
970
* @param {Object} [options] Collection of settings
971
- * @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
972
*
973
* @example
974
* var doc = new jsPDF();
0 commit comments