forked from 0x2620/pandora
update api dialog
This commit is contained in:
parent
e2010a3350
commit
6a8139c9d4
1 changed files with 2 additions and 3 deletions
|
@ -226,9 +226,8 @@ pandora.ui.apiDialog = function() {
|
|||
var code = actions[id].code[1],
|
||||
source = actions[id].code[0],
|
||||
line = Math.round(Ox.last(source.split(':')) || 0),
|
||||
$code, $doc;
|
||||
$doc = getDoc(id)
|
||||
.appendTo($text);
|
||||
$code,
|
||||
$doc = getDoc(actions[id]).appendTo($text);
|
||||
$('<div>')
|
||||
.html('<br><b><tt>' + source + '</tt></b>')
|
||||
.appendTo($text);
|
||||
|
|
Loading…
Reference in a new issue