PageRenderTime 19ms CodeModel.GetById 14ms app.highlight 4ms RepoModel.GetById 0ms app.codeStats 0ms

/ext-4.1.0_b3/examples/MVC/pandora/app/app.js

https://bitbucket.org/srogerf/javascript
JavaScript | 9 lines | 7 code | 2 blank | 0 comment | 0 complexity | 12583dbb2ff942bfec7d92fa97593daf MD5 | raw file
1Ext.application({
2    name: 'Pandora',
3    
4    autoCreateViewport: true,
5    
6    models: ['Station', 'Song'],    
7    stores: ['Stations', 'RecentSongs', 'SearchResults'],
8    controllers: ['Station', 'Song']
9});