avoid a CSP error. silence pdfjs warnings

This commit is contained in:
ansuz
2017-07-13 10:58:45 +02:00
parent 9707433944
commit 9527a5def7
2 changed files with 7 additions and 7 deletions

View File

@@ -5277,7 +5277,7 @@ g = function () {
return this;
}();
try {
g = g || Function("return this")() || (1, eval)("this");
g = g || function () { return this; }; //Function("return this")() || (1, eval)("this");
} catch (e) {
if ((typeof window === "undefined" ? "undefined" : _typeof(window)) === "object") g = window;
}
@@ -12844,4 +12844,4 @@ if (typeof PDFJS === 'undefined' || !PDFJS.compatibilityChecked) {
/***/ })
/******/ ]);
});
//# sourceMappingURL=pdf.js.map
//# sourceMappingURL=pdf.js.map