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']
|
vertical: ['top', 'bottom', 'left', 'right']
|
||||||
};
|
};
|
||||||
//@ Ox.UI.elements <o> reference to all UI element instances
|
//@ 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
|
Ox.UI.getImageData <f> Returns image properties
|
||||||
(url) -> <s> Image Name
|
(url) -> <s> Image Name
|
||||||
|
|
Loading…
Add table
Reference in a new issue