diff --git a/source/Ox.UI/js/Code/DocPage.js b/source/Ox.UI/js/Code/DocPage.js index eb7a066c..43714825 100644 --- a/source/Ox.UI/js/Code/DocPage.js +++ b/source/Ox.UI/js/Code/DocPage.js @@ -78,7 +78,7 @@ Ox.DocPage = function(options, self) { orientation: 'vertical' }) .addClass('OxDocPage') - ) + ); getItem(self.options.item, 0).forEach(function($element) { self.$page.append($element);