removed output for pressed keys

This commit is contained in:
coderaiaser 2012-07-17 07:17:43 -07:00
parent f2cc685d87
commit 7d5eb8ac79

View file

@ -14,8 +14,7 @@ CloudCommander.keyBinding=(function(){
* контент снова (js,css) в готовой версии нет
* необходимости.
*
*/
//console.log(event.keyCode);
*/
var lCurrentFile;
var lName;
/* если клавиши можно обрабатывать*/
@ -26,7 +25,6 @@ CloudCommander.keyBinding=(function(){
* мы были на левой и
* наоборот
*/
console.log(event.keyCode);
if(event.keyCode===9){
console.log('Tab pressed');
try{