update examples (concat, slice)
This commit is contained in:
parent
64c01e385d
commit
2f507feeee
2 changed files with 3 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue