aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/js/yomichan.js
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-01-09 19:42:54 -0800
committerAlex Yatskov <alex@foosoft.net>2017-01-09 19:42:54 -0800
commit40838790d5697a418035f753711a54f2f19547e3 (patch)
treebd5378c4d0dd57c58119204c7b4bc58799fa3239 /ext/bg/js/yomichan.js
parentf1c826e2d349c550121125346290717a81325ed1 (diff)
WIP
Diffstat (limited to 'ext/bg/js/yomichan.js')
-rw-r--r--ext/bg/js/yomichan.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/bg/js/yomichan.js b/ext/bg/js/yomichan.js
index f96e4437..41b55352 100644
--- a/ext/bg/js/yomichan.js
+++ b/ext/bg/js/yomichan.js
@@ -21,6 +21,7 @@ class Yomichan {
constructor() {
Handlebars.partials = Handlebars.templates;
Handlebars.registerHelper('kanjiLinks', kanjiLinks);
+ Handlebars.registerHelper('multiLine', multiLine);
this.translator = new Translator();
this.anki = new AnkiNull();