Fixed a typo.
This commit is contained in:
parent
9e35f65520
commit
da848f6800
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ let state = {
|
|||
color: "red"
|
||||
}
|
||||
|
||||
updateState();
|
||||
updateColorState();
|
||||
|
||||
let updateStateInterval = setInterval(updateColorState, 1000);
|
||||
|
||||
|
|
Loading…
Reference in a new issue