diff options
Diffstat (limited to 'files/pt-br/web/javascript/reference/global_objects/array')
-rw-r--r-- | files/pt-br/web/javascript/reference/global_objects/array/filter/index.html | 2 | ||||
-rw-r--r-- | files/pt-br/web/javascript/reference/global_objects/array/sort/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/files/pt-br/web/javascript/reference/global_objects/array/filter/index.html b/files/pt-br/web/javascript/reference/global_objects/array/filter/index.html index ce591d2cac..9daed5325a 100644 --- a/files/pt-br/web/javascript/reference/global_objects/array/filter/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/array/filter/index.html @@ -225,4 +225,4 @@ console.log(filterItems('an')); // ['banana', 'mango', 'orange']</pre> <li>{{jsxref("Array.prototype.reduce()")}}</li> </ul> -<div id="link64_adl_tabid" style="display: none;">24</div> +<div id="link64_adl_tabid" class="hidden">24</div> diff --git a/files/pt-br/web/javascript/reference/global_objects/array/sort/index.html b/files/pt-br/web/javascript/reference/global_objects/array/sort/index.html index 6b1f8fcc15..12f2fc1fcc 100644 --- a/files/pt-br/web/javascript/reference/global_objects/array/sort/index.html +++ b/files/pt-br/web/javascript/reference/global_objects/array/sort/index.html @@ -229,4 +229,4 @@ var result = mapped.map(function(el){ <li>{{jsxref("String.prototype.localeCompare()")}}</li> </ul> -<div id="link64_adl_tabid" style="display: none;">253</div> +<div id="link64_adl_tabid" class="hidden">253</div> |