fixed bug in opera scroollIntoViewIfneeded do not exist

This commit is contained in:
coderaiser 2012-09-06 05:23:03 -04:00
parent bff1cabe35
commit c2fb728fae

View file

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