diff options
Diffstat (limited to 'ext/js/background/offscreen.js')
-rw-r--r-- | ext/js/background/offscreen.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/js/background/offscreen.js b/ext/js/background/offscreen.js index b0b11c93..bab4d0c9 100644 --- a/ext/js/background/offscreen.js +++ b/ext/js/background/offscreen.js @@ -111,8 +111,8 @@ export class Offscreen { } /** @type {import('offscreen').ApiHandler<'translatorPrepareOffscreen'>} */ - _prepareTranslatorHandler({descriptors}) { - this._translator.prepare(descriptors); + _prepareTranslatorHandler() { + this._translator.prepare(); } /** @type {import('offscreen').ApiHandler<'findKanjiOffscreen'>} */ |