fastladder/fastladder

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

Summary

Maintainability
A
1 hr
Test Coverage

Function StateClass has 46 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    LDR.StateClass = (function(){
        function StateClass(){
            this.requested = false;
            this.last_scroll = 0;
            this.LastUserAction = new Date;
Severity: Minor
Found in app/assets/javascripts/lib/models/state.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status