From 61bb4b782edff125dd46fb40683b53f805330980 Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Thu, 25 Sep 2014 19:05:28 +0200 Subject: [PATCH] typo --- 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 f7bf48a1..573f6e4c 100644 --- a/source/Ox.UI/Ox.UI.js +++ b/source/Ox.UI/Ox.UI.js @@ -229,7 +229,7 @@ Ox.load.UI = function(options, callback) { Ox.documentReady(function() { Ox.$('body').addClass('OxTheme' + Ox.toTitleCase(options.theme)); - options.showScreen && Ox.loadingScreen.show(); + options.showScreen && Ox.LoadingScreen.show(); }); loadUI();