Skip to content

Commit 47c9a21

Browse files
committed
TESTING, REMOVE THIS COMMIT
1 parent af02b8e commit 47c9a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/display/api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ function getDocument(src = {}) {
282282
Number.isInteger(src.maxImageSize) && src.maxImageSize > -1
283283
? src.maxImageSize
284284
: -1;
285-
const isEvalSupported = src.isEvalSupported !== false;
285+
const isEvalSupported = false; // src.isEvalSupported !== false;
286286
const isOffscreenCanvasSupported =
287287
typeof src.isOffscreenCanvasSupported === "boolean"
288288
? src.isOffscreenCanvasSupported

0 commit comments

Comments
 (0)