diff --git a/static/js/apiDialog.js b/static/js/apiDialog.js index 145ea7b1..c5a0be80 100644 --- a/static/js/apiDialog.js +++ b/static/js/apiDialog.js @@ -132,7 +132,7 @@ pandora.ui.apiDialog = function() { source: string.replace( /\n(?=(takes \{|returns \{|note: |see: ))/g, '\n\n' ) - }) + }), parts, parts_; ['Keyword', 'Method', 'Property'].forEach(function(type) { $doc.find('.Ox' + type).removeClass('Ox' + type);