I broke this before I committed it.
This commit is contained in:
djdolphin 2014-06-09 14:37:47 -04:00
parent 77b3788187
commit ec1d490517

View file

@ -102,7 +102,7 @@ public class Scratch extends Sprite {
private var tabsPart:TabsPart;
protected var scriptsPart:ScriptsPart;
public var imagesPart:ImagesPart;
protected var soundsPart:SoundsPart;
public var soundsPart:SoundsPart;
public function Scratch() {
loaderInfo.uncaughtErrorEvents.addEventListener(UncaughtErrorEvent.UNCAUGHT_ERROR, uncaughtErrorHandler);