oglimmer/ggo

View on GitHub
web/src/main/webapp/js/app/ModalDialog.js

Summary

Maintainability
A
1 hr
Test Coverage

Function draw has 41 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    ModalDialog.prototype.draw = function(ctx) {
        
        if(!this.show) {
            return;
        }
Severity: Minor
Found in web/src/main/webapp/js/app/ModalDialog.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status