diff options
Diffstat (limited to 'files/es/web/javascript/reference/functions/get/index.html')
-rw-r--r-- | files/es/web/javascript/reference/functions/get/index.html | 48 |
1 files changed, 1 insertions, 47 deletions
diff --git a/files/es/web/javascript/reference/functions/get/index.html b/files/es/web/javascript/reference/functions/get/index.html index 64ecd47f91..78a8412a94 100644 --- a/files/es/web/javascript/reference/functions/get/index.html +++ b/files/es/web/javascript/reference/functions/get/index.html @@ -69,53 +69,7 @@ original_slug: Web/JavaScript/Referencia/Funciones/get <p>Sin soporte (notablemente en IE6-8) significa que el script lanzará un error de sintaxis.</p> -<p>{{ CompatibilityTable() }}</p> - -<div id="compat-desktop"> -<table class="compat-table"> - <tbody> - <tr> - <th>Característica</th> - <th>Firefox (Gecko)</th> - <th>Chrome</th> - <th>Internet Explorer</th> - <th>Opera</th> - <th>Safari</th> - </tr> - <tr> - <td>Soporte básico</td> - <td>{{ CompatGeckoDesktop("1.8.1") }}</td> - <td>1</td> - <td>9</td> - <td>9.5</td> - <td>3</td> - </tr> - </tbody> -</table> -</div> - -<div id="compat-mobile"> -<table class="compat-table"> - <tbody> - <tr> - <th>Característica</th> - <th>Firefox Mobile (Gecko)</th> - <th>Android</th> - <th>IE Mobile</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - </tr> - <tr> - <td>Soporte básico</td> - <td>{{ CompatUnknown() }}</td> - <td>{{ CompatUnknown() }}</td> - <td>{{ CompatUnknown() }}</td> - <td>{{ CompatUnknown() }}</td> - <td>{{ CompatUnknown() }}</td> - </tr> - </tbody> -</table> -</div> +{{Compat("javascript.functions.get")}} <h2 id="See_also" name="See_also">Consulta también</h2> |