From cb63881fd56a77b3ac4de8e93f9713dc7ce270e9 Mon Sep 17 00:00:00 2001 From: xuxiaobo-bobo <826814133@qq.com> Date: Thu, 30 Mar 2023 00:54:58 +0800 Subject: [PATCH] '03302' --- env_xbb_lastest_jsdom/tools/globalThis.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/env_xbb_lastest_jsdom/tools/globalThis.js b/env_xbb_lastest_jsdom/tools/globalThis.js index d5550405..60f74550 100644 --- a/env_xbb_lastest_jsdom/tools/globalThis.js +++ b/env_xbb_lastest_jsdom/tools/globalThis.js @@ -5956,7 +5956,7 @@ bodavm.toolsFunc.windowdefineProperty(window, "clearInterval", { writable: true, value: function clearInterval() { return bodavm.toolsFunc.dispatch(this, window, "window", "clearInterval", arguments); - }() + } }); bodavm.toolsFunc.windowdefineProperty(window, "clearTimeout", { configurable: true, @@ -5964,7 +5964,7 @@ bodavm.toolsFunc.windowdefineProperty(window, "clearTimeout", { writable: true, value: function clearTimeout() { return bodavm.toolsFunc.dispatch(this, window, "window", "clearTimeout", arguments); - }() + } }); bodavm.toolsFunc.windowdefineProperty(window, "close", { configurable: true, @@ -6172,7 +6172,7 @@ bodavm.toolsFunc.windowdefineProperty(window, "setInterval", { writable: true, value: function setInterval() { return bodavm.toolsFunc.dispatch(this, window, "window", "setInterval", arguments); - }() + } }); bodavm.toolsFunc.windowdefineProperty(window, "setTimeout", { configurable: true, @@ -6180,7 +6180,7 @@ bodavm.toolsFunc.windowdefineProperty(window, "setTimeout", { writable: true, value: function setTimeout() { return bodavm.toolsFunc.dispatch(this, window, "window", "setTimeout", arguments); - }() + } }); bodavm.toolsFunc.windowdefineProperty(window, "stop", { configurable: true,