diff options
Diffstat (limited to 'ext/bg/js/yomichan.js')
-rw-r--r-- | ext/bg/js/yomichan.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/js/yomichan.js b/ext/bg/js/yomichan.js index 62b6c7b1..2b713c02 100644 --- a/ext/bg/js/yomichan.js +++ b/ext/bg/js/yomichan.js @@ -246,7 +246,7 @@ class Yomichan { } promiseCallback( - this.translator.findTerm(text, this.options.enableSoftKatakanaSearch, dictionaries), + this.translator.findTerm(text, dictionaries, this.options.enableSoftKatakanaSearch), callback ); } |