qcminecraft/Carbon-Forum-F

View on GitHub
static/editor/dialogs/music/music.js

Summary

Maintainability
A
1 hr
Test Coverage

Function _renderTemplate has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        _renderTemplate:function (data) {
            var me = this;
            if (data.length == 0)return '<div class="empty">' + lang.emptyTxt + '</div>';
            data = me._rebuildData(data);
            var s = [], p = [], t = [];
Severity: Minor
Found in static/editor/dialogs/music/music.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status