UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

13 lines (10 loc) 244 B
/** * This class is the view model for the Main view of the application. */ Ext.define('ExecDashboard.view.main.MainModel', { extend: 'Ext.app.ViewModel', alias: 'viewmodel.main', data: { name: 'ExecDashboard' } });