diff options
Diffstat (limited to 'files/es/web/javascript/reference/functions')
3 files changed, 3 insertions, 3 deletions
diff --git a/files/es/web/javascript/reference/functions/arguments/index.html b/files/es/web/javascript/reference/functions/arguments/index.html index 2540bbdaa3..2457bd759e 100644 --- a/files/es/web/javascript/reference/functions/arguments/index.html +++ b/files/es/web/javascript/reference/functions/arguments/index.html @@ -218,7 +218,7 @@ func(); // undefined</pre> <h2 id="Compatibilidad_del_navegador">Compatibilidad del navegador</h2> -<div class="hidden">La tabla de compatibilidad de esta página se genera a partir de datos estructurados. Si deseas contribuir con los datos, consulta <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> y envíanos una solicitud de extracción.</div> + <p>{{Compat("javascript.functions.arguments")}}</p> diff --git a/files/es/web/javascript/reference/functions/arrow_functions/index.html b/files/es/web/javascript/reference/functions/arrow_functions/index.html index a4f7f4427c..9b6673238a 100644 --- a/files/es/web/javascript/reference/functions/arrow_functions/index.html +++ b/files/es/web/javascript/reference/functions/arrow_functions/index.html @@ -519,7 +519,7 @@ setTimeout( () => { <h2 id="Compatibilidad_del_navegador">Compatibilidad del navegador</h2> <div> -<div class="hidden">La tabla de compatibilidad de esta página se genera a partir de datos estructurados. Si deseas contribuir con los datos, consulta <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> y envíanos una solicitud de extracción.</div> + <p>{{Compat("javascript.functions.arrow_functions")}}</p> </div> diff --git a/files/es/web/javascript/reference/functions/default_parameters/index.html b/files/es/web/javascript/reference/functions/default_parameters/index.html index 60c189363a..7b107fd462 100644 --- a/files/es/web/javascript/reference/functions/default_parameters/index.html +++ b/files/es/web/javascript/reference/functions/default_parameters/index.html @@ -223,7 +223,7 @@ f() // 6</pre> <h2 id="Compatibilidad_del_navegador">Compatibilidad del navegador</h2> <div> -<div class="hidden">La tabla de compatibilidad de esta página se genera a partir de datos estructurados. Si deseas contribuir con los datos, consulta <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> y envíanos una solicitud de extracción.</div> + <p>{{Compat("javascript.functions.default_parameters")}}</p> </div> |