mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
minor changes
This commit is contained in:
parent
f3eb696268
commit
88653d5074
1 changed files with 2 additions and 3 deletions
|
|
@ -103,10 +103,9 @@ CloudServer.Obj = cloudRequire(CloudServer.LIBDIRSERVER +
|
|||
'/object');
|
||||
if(CloudServer.Obj){
|
||||
CloudServer.Cache = CloudServer.Obj.Cache;
|
||||
CloudServer.Minify = CloudServer.Obj.Minify;
|
||||
CloudServer.IsFileChanged = CloudServer.Obj.IsFileChanged;
|
||||
CloudServer.Minify = CloudServer.Obj.Minify;
|
||||
}
|
||||
|
||||
else
|
||||
console.log('could not found one of Cloud Commander SS files');
|
||||
|
||||
/* конструктор*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue