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')