Remove unused variables
This commit is contained in:
@@ -312,16 +312,6 @@ class PluggableMap extends BaseObject {
|
|||||||
*/
|
*/
|
||||||
this.interactions = optionsInternal.interactions || new Collection();
|
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>}
|
* @type {Collection<import("./Overlay.js").default>}
|
||||||
* @private
|
* @private
|
||||||
|
|||||||
Reference in New Issue
Block a user