diff options
author | Jack Moore <hello@jacklmoore.com> | 2014-04-13 03:01:45 -0400 |
---|---|---|
committer | Jack Moore <hello@jacklmoore.com> | 2014-04-13 03:01:45 -0400 |
commit | 6e57975477325d5d173a32748ded33c7742dc426 (patch) | |
tree | 8b0abdc642a87c23d1d8bd3094a48859229fc88c | |
parent | bb1826b3eec7d68973dc32f3a424f2905de2f253 (diff) | |
download | autosize-6e57975477325d5d173a32748ded33c7742dc426.zip autosize-6e57975477325d5d173a32748ded33c7742dc426.tar.gz autosize-6e57975477325d5d173a32748ded33c7742dc426.tar.bz2 |
no longer need the newline (appended by default)1.18.7
-rw-r--r-- | demo.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ <script> $(function(){ $('.normal').autosize(); - $('.animated').autosize({append: "\n"}); + $('.animated').autosize(); }); </script> </head> |