mirror of
https://github.com/bpmn-io/bpmn-js.git
synced 2025-08-14 11:11:14 +08:00
chore(documentation): fix JSDoc number types
This commit is contained in:

committed by
fake-join[bot]
![fake-join[bot]](/assets/img/avatar_default.png)
parent
7a67ff95b2
commit
fcb11a60f7
@ -40,8 +40,8 @@ import {
|
||||
*
|
||||
* @param {Object} [options] configuration options to pass to the viewer
|
||||
* @param {DOMElement} [options.container] the container to render the viewer in, defaults to body.
|
||||
* @param {string|Number} [options.width] the width of the viewer
|
||||
* @param {string|Number} [options.height] the height of the viewer
|
||||
* @param {string|number} [options.width] the width of the viewer
|
||||
* @param {string|number} [options.height] the height of the viewer
|
||||
* @param {Object} [options.moddleExtensions] extension packages to provide
|
||||
* @param {Array<didi.Module>} [options.modules] a list of modules to override the default modules
|
||||
* @param {Array<didi.Module>} [options.additionalModules] a list of modules to use with the default modules
|
||||
@ -433,7 +433,7 @@ BaseViewer.prototype.destroy = function() {
|
||||
* Remove a previously added listener via {@link #off(event, callback)}.
|
||||
*
|
||||
* @param {string} event
|
||||
* @param {Number} [priority]
|
||||
* @param {number} [priority]
|
||||
* @param {Function} callback
|
||||
* @param {Object} [that]
|
||||
*/
|
||||
|
Reference in New Issue
Block a user