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