-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.js
executable file
·39 lines (31 loc) · 1.38 KB
/
app.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
"use strict";
/*
* 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: 'SppAppClassic', //
extend: 'SppAppClassic.Application'
/*requires: [
'SppAppClassic.view.main.Main'
],*/
// The name of the initial view to create. With the classic toolkit this class
// will gain a "viewport" plugin if it does not extend Ext.Viewport. With the
// modern toolkit, the main view will be added to the Viewport.
//
// if mainView is not specified, the classes don't know where to render, so you have to assign
// plugins: 'viewport' to them
//mainView: 'SppAppClassic.view.main.Main'
/*launch: function() {
var jasmineEnv = jasmine.getEnv();
jasmine.getEnv().addReporter(new jasmine.TrivialReporter());
jasmineEnv.updateInterval = 1000;
jasmineEnv.execute();
}*/
//-------------------------------------------------------------------------
// Most customizations should be made to SppAppClassic.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.
//-------------------------------------------------------------------------
});