minor changes

This commit is contained in:
coderaiser 2012-09-12 06:57:06 -04:00
parent b3653e6205
commit 1b12fde244

View file

@ -104,7 +104,7 @@ CloudServer.Obj = cloudRequire(CloudServer.LIBDIRSERVER +
if(CloudServer.Obj){
CloudServer.Cache = CloudServer.Obj.Cache;
CloudServer.Minify = CloudServer.Obj.Minify;
CloudServer.Minify = CloudServer.Obj.IsFileChanged;
CloudServer.IsFileChanged = CloudServer.Obj.IsFileChanged;
}
console.log('could not found one of Cloud Commander SS files');