From 3dc130444717b6a54124eb07e6d5dcee985b02b5 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 18 Dec 2014 14:09:54 +0000 Subject: [PATCH] debugging --- static/js/apiDialog.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/js/apiDialog.js b/static/js/apiDialog.js index 4bc61bbcc..0883ee3d6 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')