Skip to content

Instantly share code, notes, and snippets.

@bzarzuela
Created May 3, 2011 10:50
Show Gist options
  • Save bzarzuela/953151 to your computer and use it in GitHub Desktop.
Save bzarzuela/953151 to your computer and use it in GitHub Desktop.
requires config option
Ext.application
name: 'nso'
autoCreateViewport: false
appFolder: 'js/nso/app'
controllers: ['Users']
requires:[
'nso.view.Viewport'
]
launch: ()->
Ext.create('nso.view.Viewport')
console.log 'I am ready'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment