minor changes

This commit is contained in:
coderaiser 2012-09-12 07:18:36 -04:00
parent f3eb696268
commit 88653d5074

View file

@ -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');
/* конструктор*/