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
|
|
@ -82,7 +82,7 @@ Ox.getImageURL = Ox.UI.getImageURL = Ox.cache(function(name, color, theme) {
|
|||
'#FF0000': 'symbolWarningColor'
|
||||
}
|
||||
},
|
||||
image = Ox.IMAGES[name],
|
||||
image = Ox.UI.IMAGES[name],
|
||||
themeData,
|
||||
type = Ox.toDashes(name).split('-')[0];
|
||||
color = color || 'default';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue