forked from 0x2620/pandora
typo
This commit is contained in:
parent
c26628bf7f
commit
379fb0f478
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ pandora.ui.apiDialog = function() {
|
||||||
.join(comma + whitespace);
|
.join(comma + whitespace);
|
||||||
|
|
||||||
})
|
})
|
||||||
.join(comma + linebreack);
|
.join(comma + linebreak);
|
||||||
$doc.html(parts.join('<b>see</b>' + colon + whitespace));
|
$doc.html(parts.join('<b>see</b>' + colon + whitespace));
|
||||||
}
|
}
|
||||||
pandora.createLinks($doc);
|
pandora.createLinks($doc);
|
||||||
|
|
Loading…
Reference in a new issue