From 3a1d387dce663bff0bb9a81e79813e32d8c4b32b Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 18 Dec 2014 14:48:57 +0000 Subject: [PATCH] update api docs parser --- static/js/apiDialog.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/static/js/apiDialog.js b/static/js/apiDialog.js index 2e817edb..e3c36fa5 100644 --- a/static/js/apiDialog.js +++ b/static/js/apiDialog.js @@ -144,7 +144,9 @@ pandora.ui.apiDialog = function() { comma = ',' + ' '; ['Keyword', 'Method', 'Property'].forEach(function(type) { - $doc.find('.Ox' + type).removeClass('Ox' + type); + $doc.find('.Ox' + type) + .removeClass('Ox' + type) + .addClass('OxIdentifier'); }); $doc.html( $doc.html().replace(/BOLD(\w+)BOLD/g, '$1')