UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

23 lines (18 loc) 786 B
/* * This file is generated and updated by Sencha Cmd. You can edit this file as * needed for your application, but these edits will have to be merged by * Sencha Cmd when upgrading. */ Ext.application({ name: 'ExecDashboard', extend: 'ExecDashboard.Application', autoCreateViewport: 'ExecDashboard.view.main.Main', //------------------------------------------------------------------------- // Most customizations should be made to ExecDashboard.Application. If you need to // customize this file, doing so below this section reduces the likelihood // of merge conflicts when upgrading to new versions of Sencha Cmd. //------------------------------------------------------------------------- requires: [ 'ExecDashboard.*' ] });