Skip to content

Instantly share code, notes, and snippets.

@davespanton
Created October 10, 2011 22:01
Show Gist options
  • Save davespanton/1276698 to your computer and use it in GitHub Desktop.
Save davespanton/1276698 to your computer and use it in GitHub Desktop.
Actionscript only Swiz config
var swizConfig:SwizConfig = new SwizConfig();
swizConfig.eventPackages = [ "com.as3offcuts.as3Swiz.events" ];
swizConfig.viewPackages = [ "com.as3offcuts.as3Swiz.view" ];
var swiz:Swiz = new Swiz( this, swizConfig, null, [ Beans ] );
swiz.init();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment