aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/web/javascript/reference/global_objects/function
diff options
context:
space:
mode:
authort7yang <t7yang@gmail.com>2022-01-10 08:38:06 +0800
committerIrvin <irvinfly@gmail.com>2022-02-16 02:35:54 +0800
commitf7b137a3dff09fb8f976140d16029ad6ec5cf2b5 (patch)
treeae0836eb0104a5870f1a87f1f3320a3d506c9e17 /files/zh-tw/web/javascript/reference/global_objects/function
parent01b0e12ba27b5069248fd09235e9a7143915ee30 (diff)
downloadtranslated-content-f7b137a3dff09fb8f976140d16029ad6ec5cf2b5.tar.gz
translated-content-f7b137a3dff09fb8f976140d16029ad6ec5cf2b5.tar.bz2
translated-content-f7b137a3dff09fb8f976140d16029ad6ec5cf2b5.zip
remove id attribute not in heading for zh-TW
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>