aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/javascript/reference/global_objects/weakmap
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/weakmap')
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/weakmap/clear/index.html4
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/weakmap/delete/index.html4
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/weakmap/get/index.html4
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/weakmap/has/index.html4
4 files changed, 8 insertions, 8 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/weakmap/clear/index.html b/files/zh-cn/web/javascript/reference/global_objects/weakmap/clear/index.html
index b2d51c64a1..5340ac3ee0 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/weakmap/clear/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/weakmap/clear/index.html
@@ -49,7 +49,7 @@ wm.has(window) // false
<p>{{CompatibilityTable}}</p>
-<div id="compat-desktop">
+<div>
<table class="compat-table">
<tbody>
<tr>
@@ -72,7 +72,7 @@ wm.has(window) // false
</table>
</div>
-<div id="compat-mobile">
+<div>
<table class="compat-table">
<tbody>
<tr>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/weakmap/delete/index.html b/files/zh-cn/web/javascript/reference/global_objects/weakmap/delete/index.html
index 337563ecd3..b172fc0698 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/weakmap/delete/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/weakmap/delete/index.html
@@ -55,7 +55,7 @@ wm.has(window); // 返回 false,因为 window 对象已经被删除了。
<p>{{CompatibilityTable}}</p>
-<div id="compat-desktop">
+<div>
<table class="compat-table">
<tbody>
<tr>
@@ -78,7 +78,7 @@ wm.has(window); // 返回 false,因为 window 对象已经被删除了。
</table>
</div>
-<div id="compat-mobile">
+<div>
<table class="compat-table">
<tbody>
<tr>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/weakmap/get/index.html b/files/zh-cn/web/javascript/reference/global_objects/weakmap/get/index.html
index 39357eb6e4..4e9692907a 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/weakmap/get/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/weakmap/get/index.html
@@ -59,7 +59,7 @@ wm.get("baz"); // 返回 undefined.
<p>{{CompatibilityTable}}</p>
-<div id="compat-desktop">
+<div>
<table class="compat-table">
<tbody>
<tr>
@@ -82,7 +82,7 @@ wm.get("baz"); // 返回 undefined.
</table>
</div>
-<div id="compat-mobile">
+<div>
<table class="compat-table">
<tbody>
<tr>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/weakmap/has/index.html b/files/zh-cn/web/javascript/reference/global_objects/weakmap/has/index.html
index 2c411d429d..209fd757d0 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/weakmap/has/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/weakmap/has/index.html
@@ -62,7 +62,7 @@ wm.has("baz"); // returns false
<p>{{CompatibilityTable}}</p>
-<div id="compat-desktop">
+<div>
<table class="compat-table">
<tbody>
<tr>
@@ -85,7 +85,7 @@ wm.has("baz"); // returns false
</table>
</div>
-<div id="compat-mobile">
+<div>
<table class="compat-table">
<tbody>
<tr>