Fixes typing issue in Composite.js

This commit is contained in:
Kai Volland
2019-06-21 13:31:27 +02:00
parent 83173cd385
commit f507efe77d

View File

@@ -27,7 +27,7 @@ class CompositeMapRenderer extends MapRenderer {
super(map);
/**
* @type {import("./events.js").EventsKey}
* @type {import("../events.js").EventsKey}
*/
this.labelCacheKey_ = listen(labelCache, EventType.CLEAR, map.redrawText.bind(map));