minor typo: columne => column

This commit is contained in:
Reed Jones 2019-12-15 10:22:17 -07:00 committed by GitHub
parent cb888769cc
commit f5edc5dc6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,7 @@
keys.get(noteNames[i]).start(time, 0, "32n", 0, vel);
}
});
//set the columne on the correct draw frame
//set the column on the correct draw frame
Tone.Draw.schedule(function(){
document.querySelector("tone-step-sequencer").setAttribute("highlight", col);
}, time);