fix example

This commit is contained in:
rolux 2015-02-11 17:21:50 +00:00
parent 6e01a73178
commit e533a13d52

View file

@ -258,7 +258,7 @@ Ox.load('UI', function() {
$('<div>').addClass('textKey').html( $('<div>').addClass('textKey').html(
key.split(' ').map(function(key) { key.split(' ').map(function(key) {
return key.split('+').map(function(key) { return key.split('+').map(function(key) {
return Ox.UI.symbols[key] || key; return Ox.SYMBOLS[key] || key;
}).join('') }).join('')
}).join(' ') }).join(' ')
) )