Update client.js

This commit is contained in:
coderaiser 2012-08-14 12:20:31 +03:00
parent a5c39ad7bd
commit 93686b45e8

View file

@ -495,7 +495,9 @@ CloudClient.Util = (function(){
'could not be none'
});
this.unSetCurrentFile(this.getCurrentFile());
var lCurrentFileWas = this.getCurrentFile();
if(lCurrentFileWas)
this.unSetCurrentFile(lCurrentFileWas);
return pCurrentFile.className = CloudCommander.CURRENT_FILE;
};