mluukkai/labtool

View on GitHub
app/assets/javascripts/jquery.autogrow-textarea.js

Summary

Maintainability
A
1 hr
Test Coverage

Function autogrow has 45 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    $.fn.autogrow = function(callback)
    {
        return this.filter('textarea').each(function()
        {
            var self         = this;
Severity: Minor
Found in app/assets/javascripts/jquery.autogrow-textarea.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status