1
0
Fork 0
forked from 0x2620/oxjs

Ox.UI.getImageURL -> Ox.getImageURL

This commit is contained in:
rlx 2014-09-25 12:28:47 +02:00
commit 4ea696b451
14 changed files with 36 additions and 36 deletions

View file

@ -128,7 +128,7 @@ Ox.TreeList = function(options, self) {
$icon = $('<img>').attr({src: self.options.icon});
}
} else {
$icon = $('<img>').attr({src: Ox.UI.getImageURL(
$icon = $('<img>').attr({src: Ox.getImageURL(
'symbol' + (expanded ? 'Down' : 'Right')
)});
}