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