Fixed variable name

このコミットが含まれているのは:
John Shaver 2018-12-14 08:50:09 -08:00
コミット e88568b3c7
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -81,7 +81,7 @@ function updateColorState() {
newColor = timing.color
}
if(newColor !== state.color) {
console.log("setting color state to", newcolor);
console.log("setting color state to", newColor);
state = { ...state,
color: newColor,