Skip to content

Commit

Permalink
update beatblox class name
Browse files Browse the repository at this point in the history
  • Loading branch information
dragazo committed Dec 10, 2024
1 parent fde177c commit d5fc2b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/BeatBlox/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,9 @@

// ----------------------------------------------------------------------

class MusicApp extends Extension {
class BeatBlox extends Extension {
constructor(ide) {
super('MusicApp');
super('BeatBlox');

this.ide = ide;
ide.hideCategory('sound');
Expand Down

0 comments on commit d5fc2b7

Please sign in to comment.