wilzbach/msa

View on GitHub
src/menu/menulib.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  _buildM: function(data) {
    let displayedButton, frag, key, li, node, style, _ref;
    let nodes = data.nodes;
    let name = data.name;
    let menu = document.createElement("div");
Severity: Minor
Found in src/menu/menulib.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status