UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

7 lines (6 loc) 179 B
Ext.define('Pandora.store.SearchResults', { extend: 'Ext.data.Store', requires: 'Pandora.model.Station', model: 'Pandora.model.Station', sorters: ['name'] });