app.js 214 B

123456789
  1. Ext.application({
  2. name: 'Pandora',
  3. autoCreateViewport: true,
  4. models: ['Station', 'Song'],
  5. stores: ['Stations', 'RecentSongs', 'SearchResults'],
  6. controllers: ['Station', 'Song']
  7. });