diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/math/cos/index.html')
-rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/math/cos/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/math/cos/index.html b/files/zh-cn/web/javascript/reference/global_objects/math/cos/index.html index 55b273cad1..482f2fa09a 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/math/cos/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/math/cos/index.html @@ -54,7 +54,7 @@ Math.cos(2 * Math.PI); // 1 </table> <h2 id="浏览器兼容性">浏览器兼容性</h2> <p>{{ CompatibilityTable() }}</p> -<div id="compat-desktop"> +<div> <table class="compat-table"> <tbody> <tr> @@ -76,7 +76,7 @@ Math.cos(2 * Math.PI); // 1 </tbody> </table> </div> -<div id="compat-mobile"> +<div> <table class="compat-table"> <tbody> <tr> |