summaryrefslogtreecommitdiff
path: root/www/js/api.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/api.js')
-rw-r--r--www/js/api.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/api.js b/www/js/api.js
index b50f4c3..41139f9 100644
--- a/www/js/api.js
+++ b/www/js/api.js
@@ -198,7 +198,7 @@ window.html5ks.api = {
text = str,
char = html5ks.data.characters[name];
if (!char) {
- char = { name: name }
+ char = { name: name };
}
if (char.what_prefix) {
text = char.what_prefix + text;