From 90403bab32049e2dcde77ddcf4c9f405b99f64aa Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Thu, 26 Oct 2017 19:35:44 +0100 Subject: [PATCH] [ADF-1780] remove compatibility pdf-js that crash the app on IOS (#2556) --- demo-shell-ng2/.angular-cli.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/demo-shell-ng2/.angular-cli.json b/demo-shell-ng2/.angular-cli.json index 12e5b034f1..ac11d6c807 100644 --- a/demo-shell-ng2/.angular-cli.json +++ b/demo-shell-ng2/.angular-cli.json @@ -123,7 +123,6 @@ }, "scripts": [ "../node_modules/pdfjs-dist/build/pdf.js", - "../node_modules/pdfjs-dist/web/compatibility.js", "../node_modules/pdfjs-dist/web/pdf_viewer.js", "../node_modules/raphael/raphael.min.js", "../node_modules/moment/min/moment.min.js", @@ -335,7 +334,6 @@ }, "scripts": [ "../node_modules/pdfjs-dist/build/pdf.js", - "../node_modules/pdfjs-dist/web/compatibility.js", "../node_modules/pdfjs-dist/web/pdf_viewer.js", "../node_modules/raphael/raphael.min.js", "../node_modules/moment/min/moment.min.js",