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 275db03 commit 53d38bbCopy full SHA for 53d38bb
js/logo.js
@@ -4,7 +4,7 @@
4
//
5
// This program is free software; you can redistribute it and/or
6
// modify it under the terms of the The GNU Affero General Public
7
-// License as published by the Free Software Foundatioff; either
+// License as published by the Free Software Foundation; either
8
// version 3 of the License, or (at your option) any later version.
9
10
// You should have received a copy of the GNU Affero General Public
@@ -177,7 +177,7 @@ class Logo {
177
this.inTempo = false;
178
this.inPitchSlider = false;
179
this.inMusicKeyboard = false;
180
- this._currentDrumlock = null;
+ this._currentDrumBlock = null;
181
this.inTimbre = false;
182
this.inArpeggio = false;
183
this.insideModeWidget = false;
0 commit comments