diff options
Diffstat (limited to 'ext/js')
-rw-r--r-- | ext/js/yomitan.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/js/yomitan.js b/ext/js/yomitan.js index 1d6f7644..2fbe99cc 100644 --- a/ext/js/yomitan.js +++ b/ext/js/yomitan.js @@ -38,6 +38,7 @@ if ((() => { return (hasBrowser && !hasChrome); })()) { // @ts-expect-error - objects should have roughly the same interface + // eslint-disable-next-line no-global-assign chrome = browser; } |