cosmetic changes

This commit is contained in:
rolux 2013-12-31 13:24:29 +05:30
parent 213385d0d8
commit b86d2c200c

View file

@ -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);