mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-11 00:03:44 +08:00
moved variable
This commit is contained in:
parent
ae211bface
commit
b30d567a23
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
//test logic
|
||||
let testActive = false;
|
||||
let wordsList = [];
|
||||
let currentWordIndex = 0;
|
||||
let currentInput = "";
|
||||
|
@ -11,7 +12,6 @@ let randomQuote = null;
|
|||
let bailout = false;
|
||||
|
||||
//test timer
|
||||
let testActive = false;
|
||||
let time = 0;
|
||||
let timer = null;
|
||||
|
||||
|
|
Loading…
Reference in a new issue