minor changes

This commit is contained in:
coderaiser 2012-07-24 10:39:25 -04:00
parent 5e1cd819fb
commit 751b4d62ec
2 changed files with 2 additions and 2 deletions

View file

@ -239,7 +239,6 @@ CloudClient._setCurrent=(function(){
/* устанавливаем курсор на файл,
* на который нажали */
this.className=CloudClient.CURRENT_FILE;
console.log(this.offset);
}
}
/* если мы попали сюда с энтера*/

View file

@ -52,7 +52,8 @@ CloudCommander.keyBinding=(function(){
/* убираем с него выделение */
lCurrentFile.className='';
/* выделяем следующую строку*/
lCurrentFile.nextSibling.className=CloudCommander.CURRENT_FILE;
lCurrentFile.nextSibling.className = CloudCommander.CURRENT_FILE;
console.log(lCurrentFile.nextSibling.offset);
event.preventDefault();
}
}