From c2fb728fae1a66a3f4477fd171a75a4874d9754a Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 6 Sep 2012 05:23:03 -0400 Subject: [PATCH] fixed bug in opera scroollIntoViewIfneeded do not exist --- client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.js b/client.js index 2d3b987a..cb2bf16f 100644 --- a/client.js +++ b/client.js @@ -1024,7 +1024,7 @@ CloudClient._currentToParent = (function(pDirName){ */ if(lRootDir){ Util.setCurrentFile(lRootDir); - lRootDir.scrollIntoViewIfNeeded(); + Util.scrollIntoViewIfNeeded(lRootDir); } });