| 4960 | return a.timeStamp || Date.now(); |
| 4961 | }, defaultPrevented: null, isTrusted: null }; |
| 4962 | function 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 | } |
| 4967 | n(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() { |