Skip to content

Instantly share code, notes, and snippets.

@brian428
Created November 5, 2012 21:07
Show Gist options
  • Save brian428/4020349 to your computer and use it in GitHub Desktop.
Save brian428/4020349 to your computer and use it in GitHub Desktop.
Ext.Loader.setConfig(
enabled: true
paths:
"DeftQuickStart": "app/"
)
Ext.application
autoCreateViewport: false
name: "DeftQuickStart"
Ext.syncRequire( [ "DeftQuickStart.DeftQuickStartApplication" ] )
application = Ext.create( "DeftQuickStart.DeftQuickStartApplication" )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment