Project

General

Profile

Download (475 Bytes) Statistics
| Branch: | Revision:

git_sitools_idoc / flarecast / workspace / client-portal-3.0 / app.js @ master

1
/*
2
    This file is generated and updated by Sencha Cmd. You can edit this file as
3
    needed for your application, but these edits will have to be merged by
4
    Sencha Cmd when upgrading.
5
*/
6

    
7
var userPreferences = null;
8
var userLogin = null;
9

    
10
Ext.application({
11
    name: 'sitools.clientportal',
12

    
13
    extend: 'sitools.clientportal.Application',
14
    
15
    paths : {
16
        "sitools.public" : "../client-public/js",
17
        "sitools.user" : "../client-user/app"
18
    }
19
    
20
});