aboutsummaryrefslogtreecommitdiff
path: root/ext/fg/js/util.js
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-03-04 19:16:19 -0800
committerAlex Yatskov <alex@foosoft.net>2017-03-04 19:16:19 -0800
commitdb7e80dabfbaeec09c7cd30b4f36b3d68c6e52b6 (patch)
tree8072081db93083a212ac1da7addf617117f79e0d /ext/fg/js/util.js
parent30999c13d32e7f111db16814dc2cbb0f30825861 (diff)
wip
Diffstat (limited to 'ext/fg/js/util.js')
-rw-r--r--ext/fg/js/util.js4
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) {