mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-25 07:22:33 -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,
|
music: Scratch3MusicBlocks,
|
||||||
microbit: Scratch3MicroBitBlocks,
|
microbit: Scratch3MicroBitBlocks,
|
||||||
translate: Scratch3TranslateBlocks,
|
translate: Scratch3TranslateBlocks,
|
||||||
videoSensing: Scratch3VideoSensingBlocks
|
videoSensing: Scratch3VideoSensingBlocks,
|
||||||
speech: Scratch3SpeechBlocks
|
speech: Scratch3SpeechBlocks
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue