UNPKG

gui-tool

Version:

Generating of ExtJS prototypes and skeleton applications with Siesta tests has never been so easy and fast.

19 lines (15 loc) 729 B
/* * 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. */ Ext.application({ name: '{{appName}}', extend: '{{appName}}.Application', autoCreateViewport: '{{appName}}.view.Viewport' //------------------------------------------------------------------------- // Most customizations should be made to RapidGui.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. //------------------------------------------------------------------------- });