chore(documentation): fix JSDoc boolean types

This commit is contained in:
Philipp Fromme
2020-04-06 10:26:04 +02:00
committed by fake-join[bot]
parent fcb11a60f7
commit 2dd1e13305
8 changed files with 11 additions and 11 deletions

View File

@ -238,8 +238,8 @@ BaseViewer.prototype.open = function(bpmnDiagramOrId, done) {
* You can use these events to hook into the life-cycle.
*
* @param {Object} [options] export options
* @param {Boolean} [options.format=false] output formatted XML
* @param {Boolean} [options.preamble=true] output preamble
* @param {boolean} [options.format=false] output formatted XML
* @param {boolean} [options.preamble=true] output preamble
*
* @param {Function} done invoked with (err, xml)
*/