Skip to content

Commit 3cc5884

Browse files
committed
return harness from init
1 parent 1bdf66c commit 3cc5884

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/test_harness.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ pdf_test_harness_init = function(pdf, message) {
8080
btn3.onclick = function() {
8181
harness.render('both');
8282
}
83+
84+
return harness;
8385
}
8486

8587
pdf_test_harness = function(pdf) {

0 commit comments

Comments
 (0)