1
0
Fork 0
forked from 0x2620/oxjs

omit country name from map tooltip (fixes #396)

This commit is contained in:
rlx 2012-02-15 10:43:40 +00:00
commit 08423110e9
2 changed files with 2 additions and 4 deletions

View file

@ -9,7 +9,7 @@ Ox.Keyboard = (function() {
var buffer = '', bound = [], resetTimeout, triggerTimeout;
Ox.UI.ready(function() {
Ox.UI.$document.keydown(keydown)
Ox.$document.keydown(keydown)
});
function keydown(event) {