]> git.proxmox.com Git - extjs.git/blame - extjs/examples/classic/MVC/pandora/app/app.js
add extjs 6.0.1 sources
[extjs.git] / extjs / examples / classic / MVC / pandora / app / app.js
CommitLineData
6527f429
DM
1Ext.application({\r
2 name: 'Pandora',\r
3 \r
4 autoCreateViewport: true,\r
5 \r
6 models: ['Station', 'Song'], \r
7 stores: ['Stations', 'RecentSongs', 'SearchResults'],\r
8 controllers: ['Station', 'Song']\r
9});