fix example
This commit is contained in:
parent
6e01a73178
commit
e533a13d52
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ Ox.load('UI', function() {
|
|||
$('<div>').addClass('textKey').html(
|
||||
key.split(' ').map(function(key) {
|
||||
return key.split('+').map(function(key) {
|
||||
return Ox.UI.symbols[key] || key;
|
||||
return Ox.SYMBOLS[key] || key;
|
||||
}).join('')
|
||||
}).join(' ')
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue