We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 590132e commit d0c0840Copy full SHA for d0c0840
js/blocks/PitchBlocks.js
@@ -709,7 +709,7 @@ function setupPitchBlocks(activity) {
709
}
710
711
712
- class Number2OctaveBlock extends Number2PitchBlock {
+class Number2OctaveBlock extends Number2PitchBlock {
713
constructor() {
714
//.TRANS: convert piano key number (1-88) to octave
715
super("number2octave", _("number to octave"));
0 commit comments