MCPcopy Index your code
hub / github.com/danielstocks/react-sortable / Y

Function Y

bundle.js:4962–4966  ·  view source on GitHub ↗
(a, b, c, d)

Source from the content-addressed store, hash-verified

4960 return a.timeStamp || Date.now();
4961 }, defaultPrevented: null, isTrusted: null };
4962function Y(a, b, c, d) {
4963 this.dispatchConfig = a;this._targetInst = b;this.nativeEvent = c;a = this.constructor.Interface;for (var e in a) {
4964 a.hasOwnProperty(e) && ((b = a[e]) ? this[e] = b(c) : "target" === e ? this.target = d : this[e] = c[e]);
4965 }this.isDefaultPrevented = (null != c.defaultPrevented ? c.defaultPrevented : !1 === c.returnValue) ? ca.thatReturnsTrue : ca.thatReturnsFalse;this.isPropagationStopped = ca.thatReturnsFalse;return this;
4966}
4967n(Y.prototype, { preventDefault: function preventDefault() {
4968 this.defaultPrevented = !0;var a = this.nativeEvent;a && (a.preventDefault ? a.preventDefault() : "unknown" !== typeof a.returnValue && (a.returnValue = !1), this.isDefaultPrevented = ca.thatReturnsTrue);
4969 }, stopPropagation: function stopPropagation() {

Callers

nothing calls this directly

Calls 1

bFunction · 0.85

Tested by

no test coverage detected