Skip to content

Instantly share code, notes, and snippets.

@brian428
Created August 19, 2012 18:45
Show Gist options
  • Save brian428/3396992 to your computer and use it in GitHub Desktop.
Save brian428/3396992 to your computer and use it in GitHub Desktop.
app.coffee
Ext.application
autoCreateViewport: true
name: "ExtCoffeeTodo"
Ext.onReady ->
#Configure IoC
Deft.Injector.configure
todoStore: "ExtCoffeeTodo.store.TodoStore"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment