Skip to content

Commit

Permalink
Chore: Enable drawing annotations in functional tests express app (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
pramodsum authored Apr 13, 2018
1 parent a926d0e commit 628cd20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functional-tests/views/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ html
script.
var options = {
Document: {
enabledTypes: ['highlight']
enabledTypes: ['highlight', 'draw']
}
};
var boxAnnotations = new BoxAnnotations(options);
Expand All @@ -26,4 +26,4 @@ html
container: '.preview-container',
showDownload: true,
boxAnnotations: boxAnnotations
});
});

0 comments on commit 628cd20

Please sign in to comment.