some restyle

This commit is contained in:
Aleksey Chichenkov 2018-10-10 14:00:35 +03:00
parent 27e785d1da
commit 905b0f7cb5
20 changed files with 218 additions and 224 deletions

View file

@ -82,4 +82,14 @@ function ProvidersSystem() {
* @type {number}
*/
this.s_platform_broken = -1;
/**
*
*
* @name s_wait_login
* @public
* @memberof ProvidersSystem
* @type {number}
*/
this.s_wait_login = -1;
}