mirror of
https://github.com/scratchfoundation/scratch-flash.git
synced 2024-12-04 21:21:06 -05:00
Fixed
I broke this before I committed it.
This commit is contained in:
parent
77b3788187
commit
ec1d490517
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue