Skip to content

Instantly share code, notes, and snippets.

@brian428
Created November 5, 2012 21:06
Show Gist options
  • Save brian428/4020344 to your computer and use it in GitHub Desktop.
Save brian428/4020344 to your computer and use it in GitHub Desktop.
Ext.Loader.setConfig(
enabled: true
paths:
"DeftQuickStart": "app/"
)
Ext.application
autoCreateViewport: true
name: "DeftQuickStart"
Ext.onReady ->
Deft.Injector.configure(
companyStore: "DeftQuickStart.store.CompanyStore"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment