update examples (concat, slice)

This commit is contained in:
rolux 2012-05-24 12:20:24 +02:00
commit 2f507feeee
2 changed files with 3 additions and 3 deletions

View file

@ -63,7 +63,7 @@ Ox.load('UI', function() {
.addClass('OxGrid symbol')
.append(
$('<img>').attr({src: Ox.UI.getImageURL(
'symbol' + symbol[0].toUpperCase() + symbol.substr(1))
'symbol' + symbol[0].toUpperCase() + symbol.slice(1))
})
)
.appendTo($symbols);