]> git.proxmox.com Git - extjs.git/blame - extjs/examples/kitchensink/app.js
add extjs 6.0.1 sources
[extjs.git] / extjs / examples / kitchensink / 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
6\r
7// KitchenSink is not fully WAI-ARIA compliant at this point\r
8Ext.enableAriaButtons = false;\r
9\r
10Ext.application({\r
11 extend: 'KitchenSink.Application',\r
12\r
13 name: 'KitchenSink'\r
14\r
15 //autoCreateViewport: 'KitchenSink.view.main.Main'\r
16 \r
17 //-------------------------------------------------------------------------\r
18 // Most customizations should be made to KitchenSink.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
23});\r