mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-10 05:54:20 +00:00
minor typo: columne => column
This commit is contained in:
parent
cb888769cc
commit
f5edc5dc6c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue