cosmetic changes
This commit is contained in:
parent
09a114230a
commit
a082d10b03
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ Ox.Keyboard = (function() {
|
||||||
var buffer = '', bound = [], resetTimeout, triggerTimeout;
|
var buffer = '', bound = [], resetTimeout, triggerTimeout;
|
||||||
|
|
||||||
Ox.UI.ready(function() {
|
Ox.UI.ready(function() {
|
||||||
Ox.$document.keydown(keydown)
|
Ox.$document.keydown(keydown);
|
||||||
});
|
});
|
||||||
|
|
||||||
function keydown(event) {
|
function keydown(event) {
|
||||||
|
|
Loading…
Reference in a new issue