extjs-gpl
Version:
GPL licensed version of Sencha Ext JS
24 lines (17 loc) • 825 B
JavaScript
/*
* This file is generated and updated by Sencha Cmd. You can edit this file as
* needed for your application, but these edits will have to be merged by
* Sencha Cmd when upgrading.
*/
// KitchenSink is not fully WAI-ARIA compliant at this point
Ext.enableAriaButtons = false;
Ext.application({
extend: 'KitchenSink.Application',
name: 'KitchenSink'
//autoCreateViewport: 'KitchenSink.view.main.Main'
//-------------------------------------------------------------------------
// Most customizations should be made to KitchenSink.Application. If you need to
// customize this file, doing so below this section reduces the likelihood
// of merge conflicts when upgrading to new versions of Sencha Cmd.
//-------------------------------------------------------------------------
});