diff --git a/source/Ox.UI/js/Core/Ox.DocPage.js b/source/Ox.UI/js/Core/Ox.DocPage.js index d94cd124..dd072acb 100644 --- a/source/Ox.UI/js/Core/Ox.DocPage.js +++ b/source/Ox.UI/js/Core/Ox.DocPage.js @@ -28,7 +28,7 @@ Ox.DocPage = function(options, self) { WebkitMarginBefore: 0 }) .html('' + self.options.item.name + '') - ); + ); getItem(self.options.item, 0).forEach(function($element) { that.append($element); @@ -167,7 +167,7 @@ Ox.DocPage = function(options, self) { } } } - }) + }); return $elements; }