Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added git
Empty file.
2 changes: 1 addition & 1 deletion js/blocks/PitchBlocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ function setupPitchBlocks(activity) {
}
}

class Number2OctaveBlock extends Number2PitchBlock {
class Number2OctaveBlock extends Number2PitchBlock {
constructor() {
//.TRANS: convert piano key number (1-88) to octave
super("number2octave", _("number to octave"));
Expand Down
Loading