app/assets/javascripts/old/jquery.autosize.js
Function autosize
has 148 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
$.fn.autosize = function (options) {
if (!this.length) {
return this;
}
Function adjust
has 32 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function adjust() {
var height, original;
if (mirrored !== ta) {
initMirror();