forked from 0x2620/oxjs
Ox -> Ox.UI
This commit is contained in:
parent
e2a42ab04e
commit
552aba4271
17 changed files with 46 additions and 46 deletions
|
|
@ -75,7 +75,7 @@ Ox.ExamplePanel = function(options, self) {
|
|||
});
|
||||
self.$list = Ox.TreeList({
|
||||
expanded: true,
|
||||
icon: Ox.getImageURL('symbolCenter'),
|
||||
icon: Ox.UI.getImageURL('symbolCenter'),
|
||||
items: treeItems,
|
||||
selected: self.options.selected ? [self.options.selected] : [],
|
||||
width: self.options.size
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue