FanaHOVA/blazer

View on GitHub
app/assets/javascripts/blazer/stupidtable.js

Summary

Maintainability
A
1 hr
Test Coverage

Function stupidtable has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  $.fn.stupidtable = function(sortFns) {
    return this.each(function() {
      var $table = $(this);
      sortFns = sortFns || {};

Severity: Minor
Found in app/assets/javascripts/blazer/stupidtable.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status