From c836bcfa33f859deddb9c2a4afb79e7e106e3d29 Mon Sep 17 00:00:00 2001 From: t7yang Date: Thu, 24 Jun 2021 00:53:12 +0800 Subject: remove hidden bcd for zh-CN --- .../web/javascript/reference/global_objects/map/delete/index.html | 4 ---- .../orphaned/web/javascript/reference/global_objects/map/index.html | 4 ---- 2 files changed, 8 deletions(-) (limited to 'files/zh-cn/orphaned/web/javascript/reference/global_objects') diff --git a/files/zh-cn/orphaned/web/javascript/reference/global_objects/map/delete/index.html b/files/zh-cn/orphaned/web/javascript/reference/global_objects/map/delete/index.html index 6cac469211..5b4d1772fd 100644 --- a/files/zh-cn/orphaned/web/javascript/reference/global_objects/map/delete/index.html +++ b/files/zh-cn/orphaned/web/javascript/reference/global_objects/map/delete/index.html @@ -71,10 +71,6 @@ myMap.has("bar"); // 返回 false。"bar" 元素将不再存在于 Map 实例

浏览器兼容性

- -

{{Compat("javascript.builtins.Map.delete")}}

相关链接

diff --git a/files/zh-cn/orphaned/web/javascript/reference/global_objects/map/index.html b/files/zh-cn/orphaned/web/javascript/reference/global_objects/map/index.html index dbd2a9aadd..d9b95fd745 100644 --- a/files/zh-cn/orphaned/web/javascript/reference/global_objects/map/index.html +++ b/files/zh-cn/orphaned/web/javascript/reference/global_objects/map/index.html @@ -326,10 +326,6 @@ console.log(myMap) // Map { 'bla2' => 'blaa2' }

浏览器兼容性

- -

{{Compat("javascript.builtins.Map")}}

相关链接

-- cgit v1.2.3-54-g00ecf