diff options
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); } |