From 2bf92c982a21a97501386e749a92b1b716078970 Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Tue, 17 Jan 2012 23:08:16 +0530 Subject: [PATCH] minor changes --- source/Ox.UI/js/Core/Ox.DocPage.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }