diff options
Diffstat (limited to 'files/es/web/javascript/reference/statements/switch/index.html')
-rw-r--r-- | files/es/web/javascript/reference/statements/switch/index.html | 25 |
1 files changed, 1 insertions, 24 deletions
diff --git a/files/es/web/javascript/reference/statements/switch/index.html b/files/es/web/javascript/reference/statements/switch/index.html index 29c5a63f93..e7aa75a625 100644 --- a/files/es/web/javascript/reference/statements/switch/index.html +++ b/files/es/web/javascript/reference/statements/switch/index.html @@ -214,30 +214,7 @@ switch (foo) { <h2 id="Compatibilidad_en_Navegadores">Compatibilidad en Navegadores</h2> -<p>{{CompatibilityTable}}</p> - -<div id="compat-desktop"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</th> - <th>Chrome</th> - <th>Firefox (Gecko)</th> - <th>Internet Explorer</th> - <th>Opera</th> - <th>Safari</th> - </tr> - <tr> - <td>Basic support</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - <td>{{CompatVersionUnknown}}</td> - </tr> - </tbody> -</table> -</div> +{{Compat("javascript.statements.switch")}} <h2 id="Ver_también">Ver también</h2> |