forked from 0x2620/pandora
typo
This commit is contained in:
parent
f38d3441a0
commit
0149b764d2
1 changed files with 4 additions and 4 deletions
|
@ -131,9 +131,9 @@ pandora.ui.apiDialog = function() {
|
|||
var $doc = Ox.SyntaxHighlighter({
|
||||
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);
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue