(t)
| 14408 | this._down === this._active && (this.fire(bv, t), (this._down = null)); |
| 14409 | } |
| 14410 | touchstart(t) { |
| 14411 | ((this._touch = this.pickEvent(t.changedTouches[0])), |
| 14412 | this._first && ((this._active = this._touch), (this._first = !1)), |
| 14413 | this.fire(kv, t, !0)); |
| 14414 | } |
| 14415 | touchmove(t) { |
| 14416 | this.fire(Av, t, !0); |
| 14417 | } |