forked from 0x2620/pandora
update api docs parser
This commit is contained in:
parent
5c27244767
commit
3a1d387dce
1 changed files with 3 additions and 1 deletions
|
@ -144,7 +144,9 @@ pandora.ui.apiDialog = function() {
|
||||||
comma = '<span class="OxOperator">,</span>'
|
comma = '<span class="OxOperator">,</span>'
|
||||||
+ '<span class="OxWhitespace"> </span>';
|
+ '<span class="OxWhitespace"> </span>';
|
||||||
['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)
|
||||||
|
.addClass('OxIdentifier');
|
||||||
});
|
});
|
||||||
$doc.html(
|
$doc.html(
|
||||||
$doc.html().replace(/BOLD(\w+)BOLD/g, '<b>$1</b>')
|
$doc.html().replace(/BOLD(\w+)BOLD/g, '<b>$1</b>')
|
||||||
|
|
Loading…
Reference in a new issue