redu/autorregulacao

View on GitHub
lib/assets/javascripts/jquery.autosize.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function autosize has 68 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        $.fn.autosize = function (className) {
            return this.each(function () {
                var 
                ta = this,
                $ta = $(ta),
Severity: Major
Found in lib/assets/javascripts/jquery.autosize.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status