(t, e)
| 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; |
nothing calls this directly
no test coverage detected