Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 82f03de

Browse filesBrowse files
HiWangyeahEvan You
authored and
Evan You
committed
fix-Firefox (#6359)
1 parent b5cc8b9 commit 82f03de
Copy full SHA for 82f03de

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎src/core/util/env.js

Copy file name to clipboardExpand all lines: src/core/util/env.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const isAndroid = UA && UA.indexOf('android') > 0
1717
export const isIOS = UA && /iphone|ipad|ipod|ios/.test(UA)
1818
export const isChrome = UA && /chrome\/\d+/.test(UA) && !isEdge
1919

20-
// Firefix has a "watch" function on Object.prototype...
20+
// Firefox has a "watch" function on Object.prototype...
2121
export const nativeWatch = ({}).watch
2222

2323
export let supportsPassive = false

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.