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

Method click

resources/vega.min.js:14407–14409  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

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)),

Callers

nothing calls this directly

Calls 1

fireMethod · 0.95

Tested by

no test coverage detected