Fix missing comma from bad merge.

This commit is contained in:
picklesrus 2018-05-31 12:14:55 -07:00
parent 3a5051646f
commit 968eeaf936

View file

@ -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
}; };