minor changes

This commit is contained in:
coderaiser 2012-08-24 06:12:20 -04:00
parent 56113ff7aa
commit 726bed1522

View file

@ -582,7 +582,11 @@ CloudClient.Utils = (function(){
'could not be none'
});
return pCurrentFile.className = '';
if(this.isCurrentFile(pCurrentFile))
pCurrentFile.className = '';
else return false;
};
this.isCurrentFile = function(pCurrentFile){