diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-07-09 16:29:52 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-07-09 16:29:52 -0700 |
commit | 6e986bf1f5957be12ad610c627060f4d86eca98c (patch) | |
tree | 5ece2dfcffcaee394eb2517e664190a651150b8a /ext/bg/js/util.js | |
parent | b3984ccd54340195fc352033f61d33e4b5f492ea (diff) |
cleanup
Diffstat (limited to 'ext/bg/js/util.js')
-rw-r--r-- | ext/bg/js/util.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/bg/js/util.js b/ext/bg/js/util.js index cdd5ec31..b39b4b2f 100644 --- a/ext/bg/js/util.js +++ b/ext/bg/js/util.js @@ -43,6 +43,10 @@ function jpIsKana(c) { return wanakana.isKana(c); } +function jpKatakanaToHiragana(text) { + return wanakana._katakanaToHiragana(text); +} + /* * Commands |