(t)
| 14405 | ((this._down = this._active), this.fire(yv, t)); |
| 14406 | } |
| 14407 | click(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)), |