GreyRook/gown.js

View on GitHub
docs/examples/example 13 - login dialog/js/LoginDialog.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function LoginDialog has 56 lines of code (exceeds 25 allowed). Consider refactoring.
Open

var LoginDialog = function() {
    GOWN.Control.call(this);
    // background
    this.bg = new GOWN.shapes.Rect(0x515151, 0.7, 200, 350, 5);
    this.addChild(this.bg);
Severity: Major
Found in docs/examples/example 13 - login dialog/js/LoginDialog.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status