fixed bug with scrollIntoViewIfNeeded, when up key pressed

This commit is contained in:
coderaiser 2012-09-03 07:04:30 -04:00
parent 9a0fb1cc67
commit 3fe6943237
4 changed files with 419 additions and 375 deletions

View file

@ -219,7 +219,7 @@ CloudFunc.getUserUIDsAndNames=function(pPasswd_s){
* возвращаеться массив каталогов
* @url - адрес каталога
*/
CloudFunc._getDirPath=function(url)
CloudFunc._getDirPath = function(url)
{
var folders=[];
var i=0;