]> git.proxmox.com Git - extjs.git/blame - extjs/examples/classic/responsive-app/app.js
add extjs 6.0.1 sources
[extjs.git] / extjs / examples / classic / responsive-app / app.js
CommitLineData
6527f429
DM
1/*\r
2 * This file is generated and updated by Sencha Cmd. You can edit this file as\r
3 * needed for your application, but these edits will have to be merged by\r
4 * Sencha Cmd when upgrading.\r
5 */\r
6Ext.application({\r
7 name: 'ResponsiveApp',\r
8\r
9 extend: 'ResponsiveApp.Application',\r
10 \r
11 autoCreateViewport: 'ResponsiveApp.view.main.Main'\r
12 \r
13 //-------------------------------------------------------------------------\r
14 // Most customizations should be made to ResponsiveApp.Application. If you need to\r
15 // customize this file, doing so below this section reduces the likelihood\r
16 // of merge conflicts when upgrading to new versions of Sencha Cmd.\r
17 //-------------------------------------------------------------------------\r
18});\r