Skip to content

Commit 3cac5c7

Browse files
HiWangyeahyyx990803
authored andcommitted
fix-Firefox (#6359)
1 parent c628103 commit 3cac5c7

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)