cosmetic changes

This commit is contained in:
rlx 2013-08-04 09:45:20 +00:00
parent 09a114230a
commit a082d10b03

View file

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