Update lib/client/keyBinding.js

This commit is contained in:
coderaiser 2012-08-14 15:19:40 +03:00
parent ee48b254a6
commit b04195e994

View file

@ -113,7 +113,7 @@ CloudCommander.keyBinding = (function(){
if (typeof CloudCommander.Menu === 'function')
CloudCommander.Menu();
event.preventDefault();//запрет на дальнейшее действие
event.returnValue = false;
}
/* навигация по таблице файлов*/
/* если нажали клавишу вверх*/