add missing semicolons
This commit is contained in:
parent
2a5d06717e
commit
63d12160cd
1 changed files with 2 additions and 2 deletions
|
@ -176,9 +176,9 @@ Ox.ExamplePage = function(options, self) {
|
||||||
width: self.options.width * 2 + 'px'
|
width: self.options.width * 2 + 'px'
|
||||||
})
|
})
|
||||||
.append(self.$viewer)
|
.append(self.$viewer)
|
||||||
.append(self.$frame)
|
.append(self.$frame);
|
||||||
self.$container = Ox.Element()
|
self.$container = Ox.Element()
|
||||||
.append(self.$content)
|
.append(self.$content);
|
||||||
|
|
||||||
that.setElement(
|
that.setElement(
|
||||||
Ox.SplitPanel({
|
Ox.SplitPanel({
|
||||||
|
|
Loading…
Reference in a new issue