MCPcopy Create free account
hub / github.com/DHTMLX/scheduler / destructor

Method destructor

codebase/dhtmlxscheduler.es.js:6601–6603  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 }
6604 hideTooltip() {
6605 this.delayHide();
6606 }

Callers

nothing calls this directly

Calls 1

hideMethod · 0.45

Tested by

no test coverage detected