Fixed a missing semicolon in ui.media.MediaInfo

This commit is contained in:
Nathan Dinsmore 2014-06-26 14:22:30 -04:00
parent 23ca0897d3
commit 8554da49e2

View file

@ -407,7 +407,7 @@ public class MediaInfo extends Sprite {
}
if (mysound) {
owner.deleteSound(mysound);
Scratch.app.refreshSoundTab()
Scratch.app.refreshSoundTab();
}
}
}