diff options
Diffstat (limited to 'files/zh-tw/web/javascript/reference/global_objects/number/toexponential/index.html')
| -rw-r--r-- | files/zh-tw/web/javascript/reference/global_objects/number/toexponential/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-tw/web/javascript/reference/global_objects/number/toexponential/index.html b/files/zh-tw/web/javascript/reference/global_objects/number/toexponential/index.html index 34ae1e4139..9c40c2fe5b 100644 --- a/files/zh-tw/web/javascript/reference/global_objects/number/toexponential/index.html +++ b/files/zh-tw/web/javascript/reference/global_objects/number/toexponential/index.html @@ -107,7 +107,7 @@ console.log(77 .toExponential()); // logs 7.7e+1 <div>{{CompatibilityTable}}</div> -<div id="compat-desktop"> +<div> <table class="compat-table"> <tbody> <tr> @@ -130,7 +130,7 @@ console.log(77 .toExponential()); // logs 7.7e+1 </table> </div> -<div id="compat-mobile"> +<div> <table class="compat-table"> <tbody> <tr> |
