mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-11 01:00:07 +09:00
fix type
This commit is contained in:
parent
79370aaee2
commit
c26c01c7a0
@ -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 New Issue
Block a user