From 08f4f8446d488740e49c7e502834735e4201a190 Mon Sep 17 00:00:00 2001 From: Sumedha Pramod Date: Fri, 13 Apr 2018 15:05:02 -0700 Subject: [PATCH] Chore: Enable drawing annotations in functional tests express app --- functional-tests/views/index.pug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functional-tests/views/index.pug b/functional-tests/views/index.pug index 8bfa13c2c..47578899a 100644 --- a/functional-tests/views/index.pug +++ b/functional-tests/views/index.pug @@ -17,7 +17,7 @@ html script. var options = { Document: { - enabledTypes: ['highlight'] + enabledTypes: ['highlight', 'draw'] } }; var boxAnnotations = new BoxAnnotations(options); @@ -26,4 +26,4 @@ html container: '.preview-container', showDownload: true, boxAnnotations: boxAnnotations - }); \ No newline at end of file + });