From 53e2126ec2e5b3218c66903ed3c675bdfcccd7ef Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Mon, 22 Sep 2014 14:26:56 +0200 Subject: [PATCH] add Ox.elements alias for Ox. --- source/Ox.UI/Ox.UI.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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