From 9bdb95c9e34cef640534e5e5a1e2225a80442000 Mon Sep 17 00:00:00 2001
From: HelenHuang <LinHuang@pollex.com.tw>
Date: 星期四, 09 六月 2022 15:48:15 +0800
Subject: [PATCH] TODO#139894 [ footer -最下方說明與保經代合作 ] 文案修改

---
 PAMapp/node_modules/core-js/modules/web.url.to-json.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/PAMapp/node_modules/core-js/modules/web.url.to-json.js b/PAMapp/node_modules/core-js/modules/web.url.to-json.js
index 7e38169..f4f41c3 100644
--- a/PAMapp/node_modules/core-js/modules/web.url.to-json.js
+++ b/PAMapp/node_modules/core-js/modules/web.url.to-json.js
@@ -1,10 +1,11 @@
 'use strict';
 var $ = require('../internals/export');
+var call = require('../internals/function-call');
 
 // `URL.prototype.toJSON` method
 // https://url.spec.whatwg.org/#dom-url-tojson
 $({ target: 'URL', proto: true, enumerable: true }, {
   toJSON: function toJSON() {
-    return URL.prototype.toString.call(this);
+    return call(URL.prototype.toString, this);
   }
 });

--
Gitblit v1.8.0