From b86d2c200c0f2b86ab87b5ef8a9c262547ed87ff Mon Sep 17 00:00:00 2001 From: rolux Date: Tue, 31 Dec 2013 13:24:29 +0530 Subject: [PATCH] cosmetic changes --- source/Ox.UI/js/Core/ImageElement.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Ox.UI/js/Core/ImageElement.js b/source/Ox.UI/js/Core/ImageElement.js index cc250ba9..8e069d35 100644 --- a/source/Ox.UI/js/Core/ImageElement.js +++ b/source/Ox.UI/js/Core/ImageElement.js @@ -28,9 +28,9 @@ Ox.ImageElement = function(options, self) { self.isAuto = !self.options.width && !self.options.height; self.$screen = Ox.LoadingScreen({ + height: self.options.height, size: 16, - width: self.options.width, - height: self.options.height + width: self.options.width }) .start() .appendTo(that);