Merge pull request #12505 from ahocevar/fix-settarget-type
Fix type of PluggableMap#setTarget() argument
This commit is contained in:
@@ -1480,7 +1480,7 @@ class PluggableMap extends BaseObject {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the target element to render this map into.
|
* Set the target element to render this map into.
|
||||||
* @param {HTMLElement|string|undefined} target The Element or id of the Element
|
* @param {HTMLElement|string} [target] The Element or id of the Element
|
||||||
* that the map is rendered in.
|
* that the map is rendered in.
|
||||||
* @observable
|
* @observable
|
||||||
* @api
|
* @api
|
||||||
|
|||||||
Reference in New Issue
Block a user