diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-08-18 21:48:40 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-08-18 21:48:40 -0700 |
commit | 28e217b75be75fc52dde9aabdf9b52d413497533 (patch) | |
tree | b9497df4d750f889c0fbca990cd59ae1094fede3 /ext/bg/js/yomichan.js | |
parent | 70188eacb15b2e1e9b452dab644b43d7c21bd009 (diff) |
WIP
Diffstat (limited to 'ext/bg/js/yomichan.js')
-rw-r--r-- | ext/bg/js/yomichan.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/js/yomichan.js b/ext/bg/js/yomichan.js index 4ba28e34..b8fa9593 100644 --- a/ext/bg/js/yomichan.js +++ b/ext/bg/js/yomichan.js @@ -248,7 +248,7 @@ class Yomichan { } } - for (let name in fields) { + for (const name in fields) { note.fields[name] = this.formatField(fields[name], definition, mode); } |