diff --git a/source/Ox.UI/Ox.UI.js b/source/Ox.UI/Ox.UI.js index 80baee2c..d9a44222 100644 --- a/source/Ox.UI/Ox.UI.js +++ b/source/Ox.UI/Ox.UI.js @@ -317,7 +317,7 @@ Ox.load.UI = function(options, callback) { vertical: ['top', 'bottom', 'left', 'right'] }; //@ Ox.UI.elements reference to all UI element instances - Ox.$elements = Ox.UI.elements = {}; + Ox.elements = Ox.$elements = Ox.UI.elements = {}; /*@ Ox.UI.getImageData Returns image properties (url) -> Image Name