]> git.proxmox.com Git - extjs.git/blob - extjs/examples/kitchensink/app.js
add extjs 6.0.1 sources
[extjs.git] / extjs / examples / kitchensink / app.js
1 /*
2 * This file is generated and updated by Sencha Cmd. You can edit this file as
3 * needed for your application, but these edits will have to be merged by
4 * Sencha Cmd when upgrading.
5 */
6
7 // KitchenSink is not fully WAI-ARIA compliant at this point
8 Ext.enableAriaButtons = false;
9
10 Ext.application({
11 extend: 'KitchenSink.Application',
12
13 name: 'KitchenSink'
14
15 //autoCreateViewport: 'KitchenSink.view.main.Main'
16
17 //-------------------------------------------------------------------------
18 // Most customizations should be made to KitchenSink.Application. If you need to
19 // customize this file, doing so below this section reduces the likelihood
20 // of merge conflicts when upgrading to new versions of Sencha Cmd.
21 //-------------------------------------------------------------------------
22
23 });