destroy method

Last updated: 2026-03-04T23:21:38.399Z

Metrics

LOC: 4 Complexity: 2 Params: 0

Signature

destroy()

Source Code

    destroy() {
      if (hideTimer) clearTimeout(hideTimer);
      container.remove();
    },

No outgoing dependencies.

No incoming dependencies.