/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

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