diff options
Diffstat (limited to 'files/zh-tw/web/javascript/reference/statements/var')
| -rw-r--r-- | files/zh-tw/web/javascript/reference/statements/var/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-tw/web/javascript/reference/statements/var/index.html b/files/zh-tw/web/javascript/reference/statements/var/index.html index 705a27a333..1a085c5bd9 100644 --- a/files/zh-tw/web/javascript/reference/statements/var/index.html +++ b/files/zh-tw/web/javascript/reference/statements/var/index.html @@ -192,7 +192,7 @@ console.log(typeof y); // undefined as y is local to function a</pre> <p>{{CompatibilityTable}}</p> -<div id="compat-desktop"> +<div> <table class="compat-table"> <tbody> <tr> @@ -215,7 +215,7 @@ console.log(typeof y); // undefined as y is local to function a</pre> </table> </div> -<div id="compat-mobile"> +<div> <table class="compat-table"> <tbody> <tr> |
