From f78fab8103fe24b4db168c55585856ce4bc3a8f1 Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Wed, 24 Sep 2014 18:39:30 +0200 Subject: [PATCH] cosmetic changes --- source/Ox.UI/js/Code/DocPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);