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

@ -197,7 +197,7 @@ Ox.DocPanel = function(options, self) {
self.options.showTooltips ? getTooltip(results) : null
);
} else if (!Ox.endsWith(id, '/')) {
$icon = $('<img>').attr({src: Ox.UI.getImageURL('symbolCenter')});
$icon = $('<img>').attr({src: Ox.getImageURL('symbolCenter')});
}
return $icon;
}
@ -293,7 +293,7 @@ Ox.DocPanel = function(options, self) {
expanded: self.options.expanded,
icon: self.options.showTests
? getIcon
: Ox.UI.getImageURL('symbolCenter'),
: Ox.getImageURL('symbolCenter'),
items: treeItems,
selected: self.options.selected ? [self.options.selected] : '',
width: self.options.size