forked from 0x2620/oxjs
Ox.UI.symbols -> Ox.SYMBOLS
This commit is contained in:
parent
4a55b106de
commit
0119a2d466
3 changed files with 22 additions and 22 deletions
|
|
@ -375,7 +375,7 @@ Ox.Menu = function(options, self) {
|
|||
speed = direction == 'up' ? -1 : 1;
|
||||
return $('<div/>', {
|
||||
'class': 'OxScrollbar Ox' + Ox.toTitleCase(direction),
|
||||
html: Ox.UI.symbols['triangle_' + direction],
|
||||
html: Ox.SYMBOLS['triangle_' + direction],
|
||||
click: function() { // fixme: do we need to listen to click event?
|
||||
return false;
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue