Ext.application({ name: 'Pandora', autoCreateViewport: true, models: ['Station', 'Song'], stores: ['Stations', 'RecentSongs', 'SearchResults'], controllers: ['Station', 'Song'] });