UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

11 lines (9 loc) 213 B
/** * This model is the base for all other models in this application. */ Ext.define('ExecDashboard.model.Base', { extend: 'Ext.data.Model', schema: { namespace: 'ExecDashboard.model' } });