cosmetic changes
This commit is contained in:
parent
213385d0d8
commit
b86d2c200c
1 changed files with 2 additions and 2 deletions
|
@ -28,9 +28,9 @@ Ox.ImageElement = function(options, self) {
|
||||||
self.isAuto = !self.options.width && !self.options.height;
|
self.isAuto = !self.options.width && !self.options.height;
|
||||||
|
|
||||||
self.$screen = Ox.LoadingScreen({
|
self.$screen = Ox.LoadingScreen({
|
||||||
|
height: self.options.height,
|
||||||
size: 16,
|
size: 16,
|
||||||
width: self.options.width,
|
width: self.options.width
|
||||||
height: self.options.height
|
|
||||||
})
|
})
|
||||||
.start()
|
.start()
|
||||||
.appendTo(that);
|
.appendTo(that);
|
||||||
|
|
Loading…
Reference in a new issue