aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/javascript/reference/global_objects/string/endswith
diff options
context:
space:
mode:
authort7yang <t7yang@gmail.com>2021-06-24 00:53:12 +0800
committerIrvin <irvinfly@gmail.com>2021-06-24 13:21:59 +0800
commitc836bcfa33f859deddb9c2a4afb79e7e106e3d29 (patch)
tree9836fb6449b0fed3a811d4c6fc637088cd010291 /files/zh-cn/web/javascript/reference/global_objects/string/endswith
parentd24d30f7b6cae2ed8e33b2c1b5c19b141a59cc2d (diff)
downloadtranslated-content-c836bcfa33f859deddb9c2a4afb79e7e106e3d29.tar.gz
translated-content-c836bcfa33f859deddb9c2a4afb79e7e106e3d29.tar.bz2
translated-content-c836bcfa33f859deddb9c2a4afb79e7e106e3d29.zip
remove hidden bcd for zh-CN
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/string/endswith')
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/string/endswith/index.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/string/endswith/index.html b/files/zh-cn/web/javascript/reference/global_objects/string/endswith/index.html
index f7ed81e221..fb6728a8a0 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/string/endswith/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/string/endswith/index.html
@@ -82,10 +82,6 @@ alert( str.endsWith("to be", 19) ); // true
<h2 id="浏览器兼容性">浏览器兼容性</h2>
-<div class="hidden">
-<p>这个页面上的兼容性表格是通过结构化的数据自动生成的,如果你希望改进这些数据,你可以查看 <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> 并提交你的改进。 </p>
-</div>
-
<p>{{Compat("javascript.builtins.String.endsWith")}}</p>
<h2 id="参见">参见</h2>