mambax7/alumni-26x

View on GitHub
media/jquery/tablesorter-master/js/widgets/widget-formatter.js

Summary

Maintainability
A
1 hr
Test Coverage

Function setup has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        setup : function( c ) {
            // do nothing for empty tables
            if ( $.isEmptyObject( c.cache ) ) { return; }
            var $tbody, tbodyIndex, rowIndex, rows, cell, len, column,
                wo = c.widgetOptions,
Severity: Minor
Found in media/jquery/tablesorter-master/js/widgets/widget-formatter.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status