From 766de1bbcee2d113110e1715b4c94b9fd72acd91 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 9 Aug 2012 08:43:47 -0400 Subject: [PATCH] minor changes --- client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.js b/client.js index 962471cd..0e4c3676 100644 --- a/client.js +++ b/client.js @@ -755,7 +755,7 @@ CloudClient._currentToParent = (function(pDirName){ */ if(lRootDir){ Util.unSetCurrentFile(lCurrentFile); - Util.SetCurrentFile(lRootDir); + Util.setCurrentFile(lRootDir); lRootDir.scrollIntoViewIfNeeded(); } });