Skip to content

Commit 9d70421

Browse files
committed
removed extra call to render
1 parent b403daf commit 9d70421

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/test_outline.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
frame.src = pdf.output('datauristring');
4747
}
4848
else{
49-
var src = pdf.outline.render();
5049
var src = pdf.output();
5150
var content = document.getElementById('sourcecode');
5251
raw = escapeHtml(src);

0 commit comments

Comments
 (0)