From d6b86b518b95ec00109ecd5b0a521377080670c6 Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 30 May 2012 22:40:34 +0200 Subject: [PATCH] display class --- source/Ox.UI/js/Code/DocPage.js | 1 + 1 file changed, 1 insertion(+) diff --git a/source/Ox.UI/js/Code/DocPage.js b/source/Ox.UI/js/Code/DocPage.js index e1d75b43..cfd4f4a9 100644 --- a/source/Ox.UI/js/Code/DocPage.js +++ b/source/Ox.UI/js/Code/DocPage.js @@ -87,6 +87,7 @@ Ox.DocPage = function(options, self) { .html( '' + (name || item.name) + ' ' + '<' + item.types.join('> or <') + '> ' + + (item['class'] ? '(class: ' + item['class'] + ') ' : '') + (item['default'] ? '(default: ' + item['default'] + ') ' : '') + Ox.sanitizeHTML(item.summary) )