Remove trailing comma
This commit is contained in:
parent
165959ef06
commit
f85f92c665
@ -108,7 +108,7 @@ const JP_JAPANESE_RANGES = [
|
|||||||
[0xff1a, 0xff1f], // Fullwidth punctuation 2
|
[0xff1a, 0xff1f], // Fullwidth punctuation 2
|
||||||
[0xff3b, 0xff3f], // Fullwidth punctuation 3
|
[0xff3b, 0xff3f], // Fullwidth punctuation 3
|
||||||
[0xff5b, 0xff60], // Fullwidth punctuation 4
|
[0xff5b, 0xff60], // Fullwidth punctuation 4
|
||||||
[0xffe0, 0xffee], // Currency markers
|
[0xffe0, 0xffee] // Currency markers
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user