diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-03-04 19:16:19 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-03-04 19:16:19 -0800 |
commit | db7e80dabfbaeec09c7cd30b4f36b3d68c6e52b6 (patch) | |
tree | 8072081db93083a212ac1da7addf617117f79e0d /ext/fg/js/util.js | |
parent | 30999c13d32e7f111db16814dc2cbb0f30825861 (diff) |
wip
Diffstat (limited to 'ext/fg/js/util.js')
-rw-r--r-- | ext/fg/js/util.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/fg/js/util.js b/ext/fg/js/util.js index 4fb8f288..f0760462 100644 --- a/ext/fg/js/util.js +++ b/ext/fg/js/util.js @@ -50,8 +50,8 @@ function bgKanjiFind(text) { return bgInvoke('kanjiFind', {text}); } -function bgTextRender(template, data) { - return bgInvoke('textRender', {data, template}); +function bgTemplateRender(template, data) { + return bgInvoke('templateRender', {data, template}); } function bgDefinitionsAddable(definitions, modes) { |