golmansax/backbone-sortable-collection

View on GitHub
lib/backbone_sortable_collection.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  function ComparatorRunner() {
    this.init = function (name, comparator, options) {
      var reverse = !!options.reverse;

      if (comparator === 'getter') {
Severity: Minor
Found in lib/backbone_sortable_collection.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status