debugging

This commit is contained in:
rolux 2014-12-18 14:09:54 +00:00
parent 743523014b
commit 3dc1304447

View file

@ -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, '<b>$1</b>')