summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Moore <hello@jacklmoore.com>2014-04-13 03:01:45 -0400
committerJack Moore <hello@jacklmoore.com>2014-04-13 03:01:45 -0400
commit6e57975477325d5d173a32748ded33c7742dc426 (patch)
tree8b0abdc642a87c23d1d8bd3094a48859229fc88c
parentbb1826b3eec7d68973dc32f3a424f2905de2f253 (diff)
downloadautosize-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.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo.html b/demo.html
index 0503abb..4860651 100644
--- a/demo.html
+++ b/demo.html
@@ -24,7 +24,7 @@
<script>
$(function(){
$('.normal').autosize();
- $('.animated').autosize({append: "\n"});
+ $('.animated').autosize();
});
</script>
</head>