add Ox.elements alias for Ox.
This commit is contained in:
parent
0a6b2281b4
commit
53e2126ec2
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ Ox.load.UI = function(options, callback) {
|
|||
vertical: ['top', 'bottom', 'left', 'right']
|
||||
};
|
||||
//@ Ox.UI.elements <o> reference to all UI element instances
|
||||
Ox.$elements = Ox.UI.elements = {};
|
||||
Ox.elements = Ox.$elements = Ox.UI.elements = {};
|
||||
/*@
|
||||
Ox.UI.getImageData <f> Returns image properties
|
||||
(url) -> <s> Image Name
|
||||
|
|
Loading…
Reference in a new issue