fastladder/fastladder

View on GitHub
app/assets/javascripts/lib/models/pin.js

Summary

Maintainability
A
1 hr
Test Coverage

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

    open_group: function(){
        if(!this.pins.length) return;
        var queue = new LDR.Queue();
        var can_popup = false;
        var self = this;
Severity: Minor
Found in app/assets/javascripts/lib/models/pin.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status