Skip to content

Commit e84861f

Browse files
committed
Apparently our eslint rules are different in different layers
1 parent ec9a38c commit e84861f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vector/platform/VectorBasePlatform.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export default class VectorBasePlatform extends BasePlatform {
105105
// Note that trying to reproduce the problem in isolation doesn't seem to work:
106106
// see https://gist.github.com/turt2live/5ab87919918adbfd7cfb8f1ad10f2409 for
107107
// an example (you'll need your own web server to host that).
108-
if (!!window.chrome) {
108+
if (window.chrome) {
109109
doUpdate();
110110
}
111111
}

0 commit comments

Comments
 (0)