typo
This commit is contained in:
parent
65cd5b8afa
commit
cacd1e147f
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ Ox.Keyboard = (function() {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
key = keyNames.join('_');
|
key = keyNames.join('_');
|
||||||
if (focused !== null || !$focused.hasClass('OxInput')) {
|
if (focused === null || !$focused.hasClass('OxInput')) {
|
||||||
bound.forEach(function(id) {
|
bound.forEach(function(id) {
|
||||||
Ox.UI.elements[id].triggerEvent('key_' + key);
|
Ox.UI.elements[id].triggerEvent('key_' + key);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue