typo
This commit is contained in:
parent
0149b764d2
commit
af7ba8b937
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ pandora.ui.apiDialog = function() {
|
||||||
source: string.replace(
|
source: string.replace(
|
||||||
/\n(?=(takes \{|returns \{|note: |see: ))/g, '\n\n'
|
/\n(?=(takes \{|returns \{|note: |see: ))/g, '\n\n'
|
||||||
)
|
)
|
||||||
})
|
}),
|
||||||
parts, parts_;
|
parts, parts_;
|
||||||
['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);
|
||||||
|
|
Loading…
Reference in a new issue