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,
|
source: doc,
|
||||||
})
|
})
|
||||||
.appendTo($text);
|
.appendTo($text);
|
||||||
|
['Keyword', 'Method', 'Property'].forEach(function(type) {
|
||||||
|
$doc.find('.Ox' + type).removeClass('Ox' + type);
|
||||||
|
});
|
||||||
$('<div>')
|
$('<div>')
|
||||||
.html('<br><b><tt>' + source + '</tt></b>')
|
.html('<br><b><tt>' + source + '</tt></b>')
|
||||||
.appendTo($text);
|
.appendTo($text);
|
||||||
|
|
Loading…
Reference in a new issue