app.js 214 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 Ext.application({ name: 'Pandora', autoCreateViewport: true, models: ['Station', 'Song'], stores: ['Stations', 'RecentSongs', 'SearchResults'], controllers: ['Station', 'Song'] });