Remove unused variables

This commit is contained in:
Frederic Junod
2019-10-01 08:33:43 +02:00
parent 7eb60fae23
commit 89becd4c6d

View File

@@ -312,16 +312,6 @@ class PluggableMap extends BaseObject {
*/
this.interactions = optionsInternal.interactions || new Collection();
/**
* @type {import("./events/Target.js").default}
*/
this.labelCache_ = null;
/**
* @type {import("./events.js").EventsKey}
*/
this.labelCacheListenerKey_;
/**
* @type {Collection<import("./Overlay.js").default>}
* @private