diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-06-21 11:01:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-21 23:01:31 +0800 |
commit | 9bcefe8882e28e50da486dcbfb491be0508eed16 (patch) | |
tree | 03a65c623b0498b2dc73c55011e339dcf20a4df8 /files/zh-tw/web/javascript/reference/global_objects/promise | |
parent | 6d982799a54024f9f8772b7123ff38b59800b938 (diff) | |
download | translated-content-9bcefe8882e28e50da486dcbfb491be0508eed16.tar.gz translated-content-9bcefe8882e28e50da486dcbfb491be0508eed16.tar.bz2 translated-content-9bcefe8882e28e50da486dcbfb491be0508eed16.zip |
remove hidden bcd table paragraph from 'zh-tw' (#1275)
Part of #1008
Diffstat (limited to 'files/zh-tw/web/javascript/reference/global_objects/promise')
-rw-r--r-- | files/zh-tw/web/javascript/reference/global_objects/promise/then/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-tw/web/javascript/reference/global_objects/promise/then/index.html b/files/zh-tw/web/javascript/reference/global_objects/promise/then/index.html index 19682d0199..a77dab8014 100644 --- a/files/zh-tw/web/javascript/reference/global_objects/promise/then/index.html +++ b/files/zh-tw/web/javascript/reference/global_objects/promise/then/index.html @@ -259,7 +259,7 @@ p3.then(function(v) { <h2 id="瀏覽器相容性">瀏覽器相容性</h2> -<p class="hidden">To contribute to this compatibility data, please write a pull request against this file: <a href="https://github.com/mdn/browser-compat-data/blob/master/javascript/promise.json">https://github.com/mdn/browser-compat-data/blob/master/javascript/promise.json</a>.</p> + <p>{{Compat("javascript/promise","Promise.prototype.then")}}</p> |