design 5
This commit is contained in:
parent
63e1f12629
commit
dd91cdad44
@ -212,6 +212,9 @@ function design4(input) {
|
||||
}
|
||||
var charIterateState;
|
||||
function charIterate(input) {
|
||||
if (charIterateState == undefined) {
|
||||
charIterateState = 0;
|
||||
}
|
||||
if (charIterateState < input.length) {
|
||||
charIterateState++;
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user