From a082d10b031eaa2fcd7e130800aac0af20b20646 Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Sun, 4 Aug 2013 09:45:20 +0000 Subject: [PATCH] cosmetic changes --- source/Ox.UI/js/Core/Keyboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox.UI/js/Core/Keyboard.js b/source/Ox.UI/js/Core/Keyboard.js index a603d9f5..19994215 100644 --- a/source/Ox.UI/js/Core/Keyboard.js +++ b/source/Ox.UI/js/Core/Keyboard.js @@ -9,7 +9,7 @@ Ox.Keyboard = (function() { var buffer = '', bound = [], resetTimeout, triggerTimeout; Ox.UI.ready(function() { - Ox.$document.keydown(keydown) + Ox.$document.keydown(keydown); }); function keydown(event) {