moneyadviceservice/dough

View on GitHub
assets/js/components/ChatPopup.js

Summary

Maintainability
A
1 hr
Test Coverage

Function _setupListeners has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    ChatPopup.prototype._setupListeners = function() {
      var self = this;
      // on icon click open popup
      this.chatPopupIcon.click(function(event) {
        event.preventDefault();
Severity: Minor
Found in assets/js/components/ChatPopup.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status