remove debugging code

This commit is contained in:
rolux 2014-12-18 14:25:18 +00:00
parent a7718544d8
commit 6b81c91d9b

View file

@ -144,7 +144,6 @@ 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().replace(/X(\w+)X/g, '<b>$1</b>') $doc.html().replace(/X(\w+)X/g, '<b>$1</b>')
); );