UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

13 lines (12 loc) 270 B
Ext.define('Pandora.model.Station', { extend: 'Ext.data.Model', fields: ['id', 'name'], proxy: { type: 'ajax', url: 'data/stations.json', reader: { type: 'json', rootProperty: 'results' } } });