Skip to content

Commit

Permalink
fix-Firefox (vuejs#6359)
Browse files Browse the repository at this point in the history
  • Loading branch information
HalfAkilo authored and yyx990803 committed Aug 13, 2017
1 parent c628103 commit 3cac5c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/util/env.js
Expand Up @@ -17,7 +17,7 @@ export const isAndroid = UA && UA.indexOf('android') > 0
export const isIOS = UA && /iphone|ipad|ipod|ios/.test(UA)
export const isChrome = UA && /chrome\/\d+/.test(UA) && !isEdge

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

export let supportsPassive = false
Expand Down

0 comments on commit 3cac5c7

Please sign in to comment.