forked from 0x2620/pandora
typo
This commit is contained in:
parent
2a93ad0908
commit
82e611dae3
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ pandora.ui.apiDialog = function() {
|
|||
$title = $('<h1>')
|
||||
.css({paddingLeft: '4px'})
|
||||
.html('<b><tt>' + id + '</tt></b>')
|
||||
.appendTo($text);
|
||||
.appendTo($text),
|
||||
$doc = getDoc(actions[id].doc).appendTo($text),
|
||||
$source = $('<div>')
|
||||
.css({paddingLeft: '4px'})
|
||||
|
|
Loading…
Reference in a new issue