Fixes typing issue in Composite.js
This commit is contained in:
@@ -27,7 +27,7 @@ class CompositeMapRenderer extends MapRenderer {
|
|||||||
super(map);
|
super(map);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @type {import("./events.js").EventsKey}
|
* @type {import("../events.js").EventsKey}
|
||||||
*/
|
*/
|
||||||
this.labelCacheKey_ = listen(labelCache, EventType.CLEAR, map.redrawText.bind(map));
|
this.labelCacheKey_ = listen(labelCache, EventType.CLEAR, map.redrawText.bind(map));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user