1
0
Fork 0
forked from 0x2620/oxjs

LoadingScreen -> UILoadingScreen

This commit is contained in:
rlx 2014-09-25 19:14:05 +02:00
commit 0eeb4ab5e5
2 changed files with 4 additions and 4 deletions

View file

@ -117,7 +117,7 @@ Ox.hideScreen <f> hide loading screen
() -> <u> hide loading screen
@*/
Ox.hideScreen = Ox.UI.hideLoadingScreen = function() {
Ox.LoadingScreen.hide();
Ox.UILoadingScreen.hide();
};
//@ Ox.isOxElement <f> Returns `true` if a DOM element is an Ox.Element