minor changes

This commit is contained in:
coderaiser 2012-08-09 08:35:42 -04:00
parent 235f56fd4d
commit 364af92224

View file

@ -754,9 +754,8 @@ CloudClient._currentToParent = (function(pDirName){
* set it to current file
*/
if(lRootDir){
lCurrentFile.className = '';
lRootDir.className = CloudClient.CURRENT_FILE;
Util.unSetCurrentFile(lCurrentFile);
Util.SetCurrentFile(lRootDir);
lRootDir.scrollIntoViewIfNeeded();
}
});
@ -772,7 +771,7 @@ var CloudFunc, $, Util,
*/
CloudClient.init=(function()
{
Util = new CloudClient.Util();
Util = new CloudClient.Util();
getByClass = Util.getByClass;
getById = Util.getById;