diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-02-08 20:48:47 -0500 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-02-08 20:48:47 -0500 |
commit | f85f92c665736c759aa9d325d6d36f236fc21485 (patch) | |
tree | 0158dd9cb3856ff4bb68cb9a0f9762bf3771a752 /ext/bg/js | |
parent | 165959ef068905485a044a06bb281109d88d5679 (diff) |
Remove trailing comma
Diffstat (limited to 'ext/bg/js')
-rw-r--r-- | ext/bg/js/japanese.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/js/japanese.js b/ext/bg/js/japanese.js index 0da822d7..c45c0958 100644 --- a/ext/bg/js/japanese.js +++ b/ext/bg/js/japanese.js @@ -108,7 +108,7 @@ const JP_JAPANESE_RANGES = [ [0xff1a, 0xff1f], // Fullwidth punctuation 2 [0xff3b, 0xff3f], // Fullwidth punctuation 3 [0xff5b, 0xff60], // Fullwidth punctuation 4 - [0xffe0, 0xffee], // Currency markers + [0xffe0, 0xffee] // Currency markers ]; |