diff options
Diffstat (limited to 'files/zh-tw/web/javascript/reference/global_objects/object/hasownproperty/index.html')
-rw-r--r-- | files/zh-tw/web/javascript/reference/global_objects/object/hasownproperty/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-tw/web/javascript/reference/global_objects/object/hasownproperty/index.html b/files/zh-tw/web/javascript/reference/global_objects/object/hasownproperty/index.html index 1786387141..58fe485c22 100644 --- a/files/zh-tw/web/javascript/reference/global_objects/object/hasownproperty/index.html +++ b/files/zh-tw/web/javascript/reference/global_objects/object/hasownproperty/index.html @@ -125,7 +125,7 @@ Object.prototype.hasOwnProperty.call(foo, 'bar'); // true <div>{{CompatibilityTable}}</div> -<div id="compat-desktop"> +<div> <table class="compat-table"> <tbody> <tr> @@ -148,7 +148,7 @@ Object.prototype.hasOwnProperty.call(foo, 'bar'); // true </table> </div> -<div id="compat-mobile"> +<div> <table class="compat-table"> <tbody> <tr> |