fixed bug in opera scroollIntoViewIfneeded do not exist

This commit is contained in:
coderaiser 2012-09-06 05:23:03 -04:00
parent 9da622ce0f
commit 56c412d2a0

View file

@ -1024,7 +1024,7 @@ CloudClient._currentToParent = (function(pDirName){
*/
if(lRootDir){
Util.setCurrentFile(lRootDir);
lRootDir.scrollIntoViewIfNeeded();
Util.scrollIntoViewIfNeeded(lRootDir);
}
});