aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/web/javascript/reference/global_objects/function
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-tw/web/javascript/reference/global_objects/function')
-rw-r--r--files/zh-tw/web/javascript/reference/global_objects/function/apply/index.html4
-rw-r--r--files/zh-tw/web/javascript/reference/global_objects/function/bind/index.html4
-rw-r--r--files/zh-tw/web/javascript/reference/global_objects/function/index.html4
-rw-r--r--files/zh-tw/web/javascript/reference/global_objects/function/length/index.html4
4 files changed, 8 insertions, 8 deletions
diff --git a/files/zh-tw/web/javascript/reference/global_objects/function/apply/index.html b/files/zh-tw/web/javascript/reference/global_objects/function/apply/index.html
index 698d2f46fc..9d5aba8312 100644
--- a/files/zh-tw/web/javascript/reference/global_objects/function/apply/index.html
+++ b/files/zh-tw/web/javascript/reference/global_objects/function/apply/index.html
@@ -184,7 +184,7 @@ someobject.foo = function() {
<div>{{CompatibilityTable}}</div>
-<div id="compat-desktop">
+<div>
<table class="compat-table">
<tbody>
<tr>
@@ -215,7 +215,7 @@ someobject.foo = function() {
</table>
</div>
-<div id="compat-mobile">
+<div>
<table class="compat-table">
<tbody>
<tr>
diff --git a/files/zh-tw/web/javascript/reference/global_objects/function/bind/index.html b/files/zh-tw/web/javascript/reference/global_objects/function/bind/index.html
index 7092477133..006db2aa4c 100644
--- a/files/zh-tw/web/javascript/reference/global_objects/function/bind/index.html
+++ b/files/zh-tw/web/javascript/reference/global_objects/function/bind/index.html
@@ -260,7 +260,7 @@ slice(arguments);
<div>{{CompatibilityTable}}</div>
-<div id="compat-desktop">
+<div>
<table class="compat-table">
<tbody>
<tr>
@@ -285,7 +285,7 @@ slice(arguments);
</table>
</div>
-<div id="compat-mobile">
+<div>
<table class="compat-table">
<tbody>
<tr>
diff --git a/files/zh-tw/web/javascript/reference/global_objects/function/index.html b/files/zh-tw/web/javascript/reference/global_objects/function/index.html
index aaed1afc5c..c7321e3bd8 100644
--- a/files/zh-tw/web/javascript/reference/global_objects/function/index.html
+++ b/files/zh-tw/web/javascript/reference/global_objects/function/index.html
@@ -130,7 +130,7 @@ console.log(f2()); // 20
<div>{{CompatibilityTable}}</div>
-<div id="compat-desktop">
+<div>
<table class="compat-table">
<tbody>
<tr>
@@ -153,7 +153,7 @@ console.log(f2()); // 20
</table>
</div>
-<div id="compat-mobile">
+<div>
<table class="compat-table">
<tbody>
<tr>
diff --git a/files/zh-tw/web/javascript/reference/global_objects/function/length/index.html b/files/zh-tw/web/javascript/reference/global_objects/function/length/index.html
index 699e1ff178..f1498d4e5d 100644
--- a/files/zh-tw/web/javascript/reference/global_objects/function/length/index.html
+++ b/files/zh-tw/web/javascript/reference/global_objects/function/length/index.html
@@ -72,7 +72,7 @@ console.log((function(a, b = 1, c) {}).length); /* 1 */
<div>{{CompatibilityTable}}</div>
-<div id="compat-desktop">
+<div>
<table class="compat-table">
<tbody>
<tr>
@@ -103,7 +103,7 @@ console.log((function(a, b = 1, c) {}).length); /* 1 */
</table>
</div>
-<div id="compat-mobile">
+<div>
<table class="compat-table">
<tbody>
<tr>