From 26fa49f4b0aa658d65a21fffe828f39e78302573 Mon Sep 17 00:00:00 2001 From: HelenHuang <LinHuang@pollex.com.tw> Date: 星期四, 09 六月 2022 17:46:58 +0800 Subject: [PATCH] Revert "Update#139889 [ 快速篩選 ] 年資文案調整" --- PAMapp/node_modules/core-js/modules/es.math.hypot.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PAMapp/node_modules/core-js/modules/es.math.hypot.js b/PAMapp/node_modules/core-js/modules/es.math.hypot.js index 30338d6..348ba46 100644 --- a/PAMapp/node_modules/core-js/modules/es.math.hypot.js +++ b/PAMapp/node_modules/core-js/modules/es.math.hypot.js @@ -1,6 +1,6 @@ var $ = require('../internals/export'); -// eslint-disable-next-line es/no-math-hypot -- required for testing +// eslint-disable-next-line es-x/no-math-hypot -- required for testing var $hypot = Math.hypot; var abs = Math.abs; var sqrt = Math.sqrt; @@ -11,7 +11,7 @@ // `Math.hypot` method // https://tc39.es/ecma262/#sec-math.hypot -$({ target: 'Math', stat: true, forced: BUGGY }, { +$({ target: 'Math', stat: true, arity: 2, forced: BUGGY }, { // eslint-disable-next-line no-unused-vars -- required for `.length` hypot: function hypot(value1, value2) { var sum = 0; -- Gitblit v1.8.0