add zero-width space
This commit is contained in:
parent
0f3be1b298
commit
7fe545c097
@ -220,7 +220,7 @@ function charIterate(input) {
|
|||||||
} else {
|
} else {
|
||||||
charIterateState = 0;
|
charIterateState = 0;
|
||||||
}
|
}
|
||||||
console.log(charIterateState, input.charAt(charIterate));
|
console.log(charIterateState, input.charAt(charIterateState));
|
||||||
return charIterateState;
|
return charIterateState;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user