forked from 0x2620/pandora
typo
This commit is contained in:
parent
b78cc2c3f0
commit
fb0d985533
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ pandora.ui.apiDialog = function() {
|
|||
.css({backgroundColor: 'rgba(0, 0, 0, 0)'}),
|
||||
parts, parts_,
|
||||
colon = '<span class="OxOperator">:</span>'
|
||||
+ '<span class="OxWhitespace"> </span>';
|
||||
+ '<span class="OxWhitespace"> </span>',
|
||||
comma = '<span class="OxOperator">,</span>'
|
||||
+ '<span class="OxWhitespace"> </span>';
|
||||
['Keyword', 'Method', 'Property'].forEach(function(type) {
|
||||
|
|
Loading…
Reference in a new issue