Update lib/client/keyBinding.js

This commit is contained in:
coderaiser 2012-08-14 15:20:22 +03:00
parent b04195e994
commit aacc74b72e

View file

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