-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.js
More file actions
20 lines (17 loc) · 884 Bytes
/
app.js
File metadata and controls
20 lines (17 loc) · 884 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
* 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: 'JasmineExample',
extend: 'JasmineExample.Application',
// Do not create a viewport in test mode to allow
// the default Jasmine HTML reporter to work properly
autoCreateViewport: window.testMode ? false : 'JasmineExample.view.main.Main'
//-------------------------------------------------------------------------
// Most customizations should be made to JasmineExample.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.
//-------------------------------------------------------------------------
});