update api dialog

This commit is contained in:
rolux 2014-12-18 12:13:45 +00:00
parent 83f4ec9570
commit a4f058452e

View file

@ -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);