RecentSongs.js 147 B

12345
  1. Ext.define('Pandora.store.RecentSongs', {
  2. extend: 'Ext.data.Store',
  3. requires: 'Pandora.model.Song',
  4. model: 'Pandora.model.Song'
  5. });