ozfortress/citadel

View on GitHub
app/assets/javascripts/brackets.js

Summary

Maintainability
A
1 hr
Test Coverage

Function render has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    function render(containerj, canvas) {
        // Use twice the scale for better resolution on high dpi displays
        var container = containerj[0];
        var width = container.scrollWidth;
        var height = container.scrollHeight;
Severity: Minor
Found in app/assets/javascripts/brackets.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status