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) {