From 1fae3b2071480d29620fcb48df3ef3189ffd767d Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Fri, 1 Nov 2019 12:22:33 -0400 Subject: [PATCH] LP1850955 Remove PhantomJS polyfills Remove additional polyfills that were required specifically for PhantomJS, which we no longer use. Signed-off-by: Bill Erickson Signed-off-by: Jason Boyer --- Open-ILS/src/eg2/src/polyfills.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Open-ILS/src/eg2/src/polyfills.ts b/Open-ILS/src/eg2/src/polyfills.ts index ccbcc8398a..48365833ff 100644 --- a/Open-ILS/src/eg2/src/polyfills.ts +++ b/Open-ILS/src/eg2/src/polyfills.ts @@ -35,9 +35,9 @@ // import 'core-js/es6/set'; // PhantomJS needs these -import 'core-js/es/array'; -import 'core-js/es/string'; -import 'core-js/es/symbol'; // needed by app/staff/booking/reservation-actions.spec.ts +// import 'core-js/es/array'; +// import 'core-js/es/string'; +// import 'core-js/es/symbol'; // needed by app/staff/booking/reservation-actions.spec.ts /** IE10 and IE11 requires the following for NgClass support on SVG elements */ // import 'classlist.js'; // Run `npm install --save classlist.js`. -- 2.43.2