mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
Fix missing comma from bad merge.
This commit is contained in:
parent
3a5051646f
commit
968eeaf936
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ const builtinExtensions = {
|
|||
music: Scratch3MusicBlocks,
|
||||
microbit: Scratch3MicroBitBlocks,
|
||||
translate: Scratch3TranslateBlocks,
|
||||
videoSensing: Scratch3VideoSensingBlocks
|
||||
videoSensing: Scratch3VideoSensingBlocks,
|
||||
speech: Scratch3SpeechBlocks
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue