diff --git a/static/js/apiDialog.js b/static/js/apiDialog.js index 4bc61bbc..0883ee3d 100644 --- a/static/js/apiDialog.js +++ b/static/js/apiDialog.js @@ -138,6 +138,7 @@ pandora.ui.apiDialog = function() { ['Keyword', 'Method', 'Property'].forEach(function(type) { $doc.find('.Ox' + type).removeClass('Ox' + type); }); + Ox.print('DEBUG', $doc.html()) $doc.html( $doc.html() .replace(/(takes \{|returns \{|note: |see: )/g, '$1')