@tarojs/extend 3.5.5 → 3.5.6-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/jquery/event.js +1 -1
- package/src/jquery/sizzle.js +1 -1
package/package.json
CHANGED
package/src/jquery/event.js
CHANGED
|
@@ -146,7 +146,7 @@ export function initEvent ($) {
|
|
|
146
146
|
|
|
147
147
|
try {
|
|
148
148
|
event.timeStamp || (event.timeStamp = Date.now())
|
|
149
|
-
} catch (ignored) {
|
|
149
|
+
} catch (ignored) {} // eslint-disable-line no-empty
|
|
150
150
|
|
|
151
151
|
if (source.defaultPrevented !== undefined ? source.defaultPrevented
|
|
152
152
|
: 'returnValue' in source ? source.returnValue === false
|