Update lib/client/keyBinding.js

This commit is contained in:
coderaiser 2012-08-14 15:20:22 +03:00
parent 0b2263095f
commit 118599c46b

View file

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