/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
- Ext.application({
- name: 'Pandora',
-
- autoCreateViewport: true,
-
- models: ['Station', 'Song'],
- stores: ['Stations', 'RecentSongs', 'SearchResults'],
- controllers: ['Station', 'Song']
- });