typo in docs
This commit is contained in:
parent
3ffe22ec0c
commit
9001a45aa1
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,7 @@ Ox.load.UI = function(options, callback) {
|
||||||
horizontal: ['left', 'right', 'top', 'bottom'],
|
horizontal: ['left', 'right', 'top', 'bottom'],
|
||||||
vertical: ['top', 'bottom', 'left', 'right']
|
vertical: ['top', 'bottom', 'left', 'right']
|
||||||
};
|
};
|
||||||
//@ Ox.UI.elements <o> reference to all UI element instnaces
|
//@ Ox.UI.elements <o> reference to all UI element instances
|
||||||
Ox.UI.elements = {};
|
Ox.UI.elements = {};
|
||||||
/*@
|
/*@
|
||||||
Ox.UI.getImageData <f> Returns image properties
|
Ox.UI.getImageData <f> Returns image properties
|
||||||
|
|
Loading…
Reference in a new issue