Skip to content

Commit 82f03de

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/util/env.js

+1-1
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)