Project

General

Profile

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

git_sitools_idoc / flarecast / workspace / client-user-3.0 / appResetPassword.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
Ext.application({
8
    name: 'sitools.resetpassword',
9

    
10
    extend: 'sitools.user.ResetPasswordApplication',
11
    
12
    paths : {
13
        "sitools.public" : "../client-public/js",
14
        "sitools.user" : "../client-user/app"
15
    }
16
});