/*! Autosize 1.18.18 license: MIT http://www.jacklmoore.com/autosize */ (function ($) { var defaults = { className: 'autosizejs', id: 'autosizejs', append: '\n', callback: false, resizeDelay: 10, placeholder: true }, // line-height is conditionally included because IE7/IE8/old Opera do not return the correct value. typographyStyles = [ 'fontFamily', 'fontSize', 'fontWeight', 'fontStyle', 'letterSpacing', 'textTransform', 'wordSpacing', 'textIndent', 'whiteSpace' ], // to keep track which textarea is being mirrored when adjust() is called. mirrored, // the mirror element, which is used to calculate what size the mirrored element should be. mirror = $('