1
0
Fork 0
forked from 0x2620/oxjs

Ox.UI.symbols -> Ox.SYMBOLS

This commit is contained in:
rlx 2014-09-25 11:50:41 +02:00
commit 0119a2d466
3 changed files with 22 additions and 22 deletions

View file

@ -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;
},