Ext.define('Pandora.store.Stations', { extend: 'Ext.data.Store', requires: 'Pandora.model.Station', model: 'Pandora.model.Station' });