diff options
Diffstat (limited to 'files/pt-br/web/javascript/reference/operators/new.target/index.html')
-rw-r--r-- | files/pt-br/web/javascript/reference/operators/new.target/index.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/files/pt-br/web/javascript/reference/operators/new.target/index.html b/files/pt-br/web/javascript/reference/operators/new.target/index.html index e932b452ed..c6218441c0 100644 --- a/files/pt-br/web/javascript/reference/operators/new.target/index.html +++ b/files/pt-br/web/javascript/reference/operators/new.target/index.html @@ -82,9 +82,7 @@ var d = new D(); // logs class D extends C{constructor(){super();}}</pre> </tbody> </table> -<h2 id="Compatibilidade_com_browser">Compatibilidade com browser</h2> - -<div class="hidden">A tabela de compatibilidade nesta página é gerada de dados estruturados. se você deseja contribuir para os dados, por favor acesse <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> e nos envie uma requisição de atualização.</div> +<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2> <p>{{Compat("javascript.operators.new_target")}}</p> |