UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

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