]> git.proxmox.com Git - extjs.git/blame - extjs/examples/classic/portal/app.js
add extjs 6.0.1 sources
[extjs.git] / extjs / examples / classic / portal / 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 extend: 'Portal.Application',\r
8\r
9 requires: [\r
10 'Portal.*'\r
11 ],\r
12\r
13 name: 'Portal',\r
14\r
15 autoCreateViewport: 'Portal.view.main.Main'\r
16 \r
17 //-------------------------------------------------------------------------\r
18 // Most customizations should be made to Portal.Application. If you need to\r
19 // customize this file, doing so below this section reduces the likelihood\r
20 // of merge conflicts when upgrading to new versions of Sencha Cmd.\r
21 //-------------------------------------------------------------------------\r
22});\r