/ext-4.1.0_b3/examples/MVC/pandora/app/app.js
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});