forked from 0x2620/pandora
update api dialog
This commit is contained in:
parent
83f4ec9570
commit
a4f058452e
1 changed files with 3 additions and 0 deletions
|
@ -177,6 +177,9 @@ pandora.ui.apiDialog = function() {
|
|||
source: doc,
|
||||
})
|
||||
.appendTo($text);
|
||||
['Keyword', 'Method', 'Property'].forEach(function(type) {
|
||||
$doc.find('.Ox' + type).removeClass('Ox' + type);
|
||||
});
|
||||
$('<div>')
|
||||
.html('<br><b><tt>' + source + '</tt></b>')
|
||||
.appendTo($text);
|
||||
|
|
Loading…
Reference in a new issue