Fixed a typo.

This commit is contained in:
John Shaver 2018-12-12 18:21:44 -08:00
parent 9e35f65520
commit da848f6800
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ let state = {
color: "red"
}
updateState();
updateColorState();
let updateStateInterval = setInterval(updateColorState, 1000);