htdocs/assets/js/views/table.js

Summary

Maintainability
A
1 hr
Test Coverage

Function initializeCollection has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        initializeCollection: function(params) {
            var arr = this.initializeCollectionData(params);
            var models = arr[0],
                frag = arr[1];

Severity: Minor
Found in htdocs/assets/js/views/table.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status