add zero-width space
This commit is contained in:
parent
7fe545c097
commit
030c776c3d
@ -215,7 +215,7 @@ function charIterate(input) {
|
|||||||
if (charIterateState == undefined) {
|
if (charIterateState == undefined) {
|
||||||
charIterateState = 0;
|
charIterateState = 0;
|
||||||
}
|
}
|
||||||
if (charIterateState < input.length) {
|
if (charIterateState <= input.length) {
|
||||||
charIterateState++;
|
charIterateState++;
|
||||||
} else {
|
} else {
|
||||||
charIterateState = 0;
|
charIterateState = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user