diff options
Diffstat (limited to 'ext/js/accessibility')
| -rw-r--r-- | ext/js/accessibility/google-docs-xray.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ext/js/accessibility/google-docs-xray.js b/ext/js/accessibility/google-docs-xray.js index 15e1d50b..6723a468 100644 --- a/ext/js/accessibility/google-docs-xray.js +++ b/ext/js/accessibility/google-docs-xray.js @@ -17,7 +17,7 @@  /** Entry point. */  function main() { -    /** @type {Window} */ +    /** @type {unknown} */      // @ts-expect-error - Firefox Xray vision      const window2 = window.wrappedJSObject;      if (!(typeof window2 === 'object' && window2 !== null)) { return; } |