diff options
Diffstat (limited to 'es-es/jquery-es.html.markdown')
-rw-r--r-- | es-es/jquery-es.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/es-es/jquery-es.html.markdown b/es-es/jquery-es.html.markdown index fc0ff06c..c67f11ed 100644 --- a/es-es/jquery-es.html.markdown +++ b/es-es/jquery-es.html.markdown @@ -134,4 +134,4 @@ var heights = []; $('p').each(function() { heights.push($(this).height()); // AƱade todas las alturas "p" de la etiqueta a la matriz }); -```
\ No newline at end of file +``` |