MCPcopy Create free account
hub / github.com/alignoth/alignoth / off

Method off

resources/vega.min.js:14443–14448  ·  view source on GitHub ↗
(t, e)

Source from the content-addressed store, hash-verified

14441 );
14442 }
14443 off(t, e) {
14444 const n = this.eventName(t),
14445 r = this._handlers[n],
14446 i = this._handlerIndex(r, t, e);
14447 return (i >= 0 && r.splice(i, 1), this);
14448 }
14449 pickEvent(t) {
14450 const e = av(t, this._canvas),
14451 n = this._origin;

Callers

nothing calls this directly

Calls 2

eventNameMethod · 0.80
_handlerIndexMethod · 0.80

Tested by

no test coverage detected