add missing semicolons

This commit is contained in:
rolux 2012-06-23 12:50:34 +02:00
parent 2a5d06717e
commit 63d12160cd

View file

@ -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({