Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/modules/html.js
Original file line number Diff line number Diff line change
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