fossasia/loklak_webclient

View on GitHub
app/js/components/drawer.js

Summary

Maintainability
A
1 hr
Test Coverage

Function show has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  Drawer.prototype.show = function () {
    if (this.transitioning || this.$element.hasClass('open')) { return; }

    var activesData;
    var actives = this.$parent && this.$parent.children('.panel').children('.in, .collapsing');
Severity: Minor
Found in app/js/components/drawer.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status