mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-11-23 23:59:22 +01:00
fix type
This commit is contained in:
parent
79370aaee2
commit
c26c01c7a0
1 changed files with 1 additions and 1 deletions
|
@ -686,7 +686,7 @@ function reset() {
|
|||
comboPrev.value = 0;
|
||||
maxCombo.value = 0;
|
||||
gameLoaded.value = false;
|
||||
readyGo.value = false;
|
||||
readyGo.value = null;
|
||||
}
|
||||
|
||||
function dispose() {
|
||||
|
|
Loading…
Reference in a new issue