UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

9 lines (8 loc) 166 B
Ext.define('Admin.proxy.API', { extend: 'Ext.data.proxy.Ajax', alias: 'proxy.api', reader: { type: 'json', rootProperty: 'data' } });