(i)
| 6596 | } |
| 6597 | class Va { |
| 6598 | constructor(i) { |
| 6599 | this._listeners = {}, this.tooltip = new Ya(i), this._scheduler = i, this._domEvents = i._createDomEventScope(), this._initDelayedFunctions(); |
| 6600 | } |
| 6601 | destructor() { |
| 6602 | this.tooltip.hide(), this._domEvents.detachAll(); |
| 6603 | } |
nothing calls this directly
no test coverage detected