gui-tool
Version:
Generating of ExtJS prototypes and skeleton applications with Siesta tests has never been so easy and fast.
14 lines (10 loc) • 314 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.
*/
Ext.application({
name: '{{appName}}',
extend: '{{appName}}.Application',
autoCreateViewport: true
});