diff --git a/source/Ox.UI/js/Code/ExamplePage.js b/source/Ox.UI/js/Code/ExamplePage.js index a6c90972..8a71e3e7 100644 --- a/source/Ox.UI/js/Code/ExamplePage.js +++ b/source/Ox.UI/js/Code/ExamplePage.js @@ -176,9 +176,9 @@ Ox.ExamplePage = function(options, self) { width: self.options.width * 2 + 'px' }) .append(self.$viewer) - .append(self.$frame) + .append(self.$frame); self.$container = Ox.Element() - .append(self.$content) + .append(self.$content); that.setElement( Ox.SplitPanel({