summaryrefslogtreecommitdiff
path: root/ext/bg/js/yomichan.js
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-11-13 21:53:56 -0800
committerAlex Yatskov <alex@foosoft.net>2016-11-13 21:53:56 -0800
commit72ed8be877133cee805f5995eee60f29c8450301 (patch)
tree5678d6a23499fc9af8f48e52d76826e3b8e51fc5 /ext/bg/js/yomichan.js
parent8ad217970f3b0c66c7020d30593cc0c61e1129e9 (diff)
WIP
Diffstat (limited to 'ext/bg/js/yomichan.js')
-rw-r--r--ext/bg/js/yomichan.js2
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
);
}