minor changes

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

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');