diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/operators/function')
-rw-r--r-- | files/zh-cn/web/javascript/reference/operators/function/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/javascript/reference/operators/function/index.html b/files/zh-cn/web/javascript/reference/operators/function/index.html index 50ebd46d2c..bf04ca97d9 100644 --- a/files/zh-cn/web/javascript/reference/operators/function/index.html +++ b/files/zh-cn/web/javascript/reference/operators/function/index.html @@ -122,7 +122,7 @@ console.log(bar === baz); // false (errors because baz == undefined)</code> <p>{{ CompatibilityTable() }}</p> -<div id="compat-desktop"> +<div> <table class="compat-table"> <tbody> <tr> @@ -145,7 +145,7 @@ console.log(bar === baz); // false (errors because baz == undefined)</code> </table> </div> -<div id="compat-mobile"> +<div> <table class="compat-table"> <tbody> <tr> |