Introduces disableObjectCreateURL

This commit is contained in:
Yury Delendik 2014-01-10 16:30:41 -06:00
parent 95a7be0df4
commit a8c11ad1e5
4 changed files with 23 additions and 7 deletions

View file

@ -230,6 +230,7 @@ var WorkerMessageHandler = PDFJS.WorkerMessageHandler = {
PDFJS.maxImageSize = data.maxImageSize === undefined ?
-1 : data.maxImageSize;
PDFJS.disableFontFace = data.disableFontFace;
PDFJS.disableCreateObjectURL = data.disableCreateObjectURL;
PDFJS.verbosity = data.verbosity;
getPdfManager(data).then(function pdfManagerReady() {