forked from 0x2620/pandora
debugging
This commit is contained in:
parent
743523014b
commit
3dc1304447
1 changed files with 1 additions and 0 deletions
|
@ -138,6 +138,7 @@ pandora.ui.apiDialog = function() {
|
||||||
['Keyword', 'Method', 'Property'].forEach(function(type) {
|
['Keyword', 'Method', 'Property'].forEach(function(type) {
|
||||||
$doc.find('.Ox' + type).removeClass('Ox' + type);
|
$doc.find('.Ox' + type).removeClass('Ox' + type);
|
||||||
});
|
});
|
||||||
|
Ox.print('DEBUG', $doc.html())
|
||||||
$doc.html(
|
$doc.html(
|
||||||
$doc.html()
|
$doc.html()
|
||||||
.replace(/(takes \{|returns \{|note: |see: )/g, '<b>$1</b>')
|
.replace(/(takes \{|returns \{|note: |see: )/g, '<b>$1</b>')
|
||||||
|
|
Loading…
Reference in a new issue