mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-03-11 16:35:13 +00:00
Update std.js
This commit is contained in:
parent
d71fa8f299
commit
914742a03e
|
@ -182,7 +182,7 @@ function rotate(target, callback, onError) {
|
|||
}
|
||||
|
||||
i++;
|
||||
i = i % keywords.length;
|
||||
i = i % target.length;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user