getlackey/lackey-cms

View on GitHub
modules/core/client/js/modal.js

Summary

Maintainability
A
1 hr
Test Coverage

Function open has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    static open(name, vars, controller) {
        return template.render(name, vars, {
                returnRoot: true
            })
            .then((root) => {
Severity: Minor
Found in modules/core/client/js/modal.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status