This commit is contained in:
rolux 2014-12-18 13:43:33 +00:00
parent 0149b764d2
commit af7ba8b937

View file

@ -132,7 +132,7 @@ pandora.ui.apiDialog = function() {
source: string.replace(
/\n(?=(takes \{|returns \{|note: |see: ))/g, '\n\n'
)
})
}),
parts, parts_;
['Keyword', 'Method', 'Property'].forEach(function(type) {
$doc.find('.Ox' + type).removeClass('Ox' + type);