diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-01-08 15:33:45 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-01-08 15:33:45 -0800 |
commit | 148291d3a7cea096317c1c8d22f06f6e18cfdcfb (patch) | |
tree | 7ac7bb03cc980d3c1bd6cbdb84f6a8b6851012b9 /ext/fg/js/util.js | |
parent | 0498ea5d361867f34b6b813178a39709e8bea68e (diff) |
WIP
Diffstat (limited to 'ext/fg/js/util.js')
-rw-r--r-- | ext/fg/js/util.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/fg/js/util.js b/ext/fg/js/util.js index aae044c5..cedfb887 100644 --- a/ext/fg/js/util.js +++ b/ext/fg/js/util.js @@ -41,6 +41,10 @@ function findTerm(text) { return invokeBgApi('findTerm', {text}); } +function findTermGrouped(text) { + return invokeBgApi('findTermGrouped', {text}); +} + function findKanji(text) { return invokeBgApi('findKanji', {text}); } |