fastladder/fastladder

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

Summary

Maintainability
A
1 hr
Test Coverage

Function Config has 48 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    LDR.Config = (function(){
        function Config(){
            Object.extend(this, LDR.DefaultConfig);
            this.onConfigChange = {};
        }
Severity: Minor
Found in app/assets/javascripts/lib/models/config.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status