Skip to content

Commit c17e13a

Browse files
Fix: add missing semicolon to pass ESLint
1 parent cc693a4 commit c17e13a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/activity.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
*/
4949
const LEADING = 0;
5050
const BLOCKSCALES = [1, 1.5, 2, 3, 4];
51-
const _THIS_IS_MUSIC_BLOCKS_ = true;oninput
51+
const _THIS_IS_MUSIC_BLOCKS_ = true;oninput;
5252
const _THIS_IS_TURTLE_BLOCKS_ = !_THIS_IS_MUSIC_BLOCKS_;
5353

5454
const _ERRORMSGTIMEOUT_ = 15000;

0 commit comments

Comments
 (0)