From 01b35fb5045131b78c4bfcd772451137ff1f2c34 Mon Sep 17 00:00:00 2001 From: overflowerror Date: Fri, 23 May 2014 23:53:15 +0200 Subject: [PATCH] It's late... --- Emulator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Emulator.js b/Emulator.js index a61a602..c49d007 100644 --- a/Emulator.js +++ b/Emulator.js @@ -80,7 +80,7 @@ Emulator.handleKeyPress = function(e) { "ctrl": e.ctrlKey, "alt": e.altKey, "altgr": e.altGraphKey - }; + }); } Emulator.handleKeyDown = function(e) { var keycode = Emulator.getKeyCode(e);