Skip to content

Commit

Permalink
ComponentListItemEditor introspection fix
Browse files Browse the repository at this point in the history
  • Loading branch information
robsilv committed Sep 7, 2013
1 parent 0728101 commit 9e06473
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 3 deletions.
Binary file modified Cadet2D_AIR/bin-debug/Cadet2D_AIR.swf
Binary file not shown.
Binary file modified Cadet2D_AIR/bin-debug/extensions/CadetEditor_Ext.swf
Binary file not shown.
Binary file modified Cadet2D_AIR/bin-debug/extensions/CadetEditor_Ext_2DS.swf
Binary file not shown.
Binary file modified Cadet2D_AIR/bin-debug/extensions/CadetEditor_Ext_2DS_Box2D.swf
Binary file not shown.
Binary file not shown.
Binary file modified Cadet2D_AIR/bin-debug/extensions/CadetEditor_Ext_2DS_Geom.swf
Binary file not shown.
Binary file modified Cadet2D_AIR/bin-debug/extensions/CadetEditor_Ext_2DS_Geom_Main.swf
Binary file not shown.
Binary file modified Cadet2D_AIR/bin-debug/extensions/CadetEditor_Ext_2DS_Main.swf
Binary file not shown.
Binary file modified Cadet2D_AIR/bin-debug/extensions/CadetEditor_Ext_HungryHero.swf
Binary file not shown.
Binary file modified Cadet2D_AIR/bin-debug/extensions/CadetEditor_Ext_Main.swf
Binary file not shown.
Binary file modified Cadet2D_AIR/bin-debug/extensions/Default_Ext.swf
Binary file not shown.
Binary file modified Cadet2D_AIR/lib/CoreEditor.swc
Binary file not shown.
6 changes: 3 additions & 3 deletions Cadet2D_AIR/src/Cadet2D_AIR.as
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package

import core.app.CoreApp;
import core.app.util.AsynchronousUtil;
import core.editor.operations.f_lube;
import core.editor.operations.v_qzok;
import core.editor.ui.components.SplashScreen;

[SWF(backgroundColor="#15181A", frameRate="60")]
Expand Down Expand Up @@ -62,11 +62,11 @@ package
{
CoreApp.init();

var initOperation:f_lube = new f_lube( stage, configURL );
var initOperation:v_qzok = new v_qzok( stage, configURL );
initOperation.addEventListener(Event.COMPLETE, initCompleteHandler);
initOperation.execute();

splashScreen.v_gfmi(initOperation);
splashScreen.z_myyw(initOperation);
}

private function initCompleteHandler( event:Event ):void
Expand Down

0 comments on commit 9e06473

Please sign in to comment.