busy-web/components

View on GitHub
addon/utils/event.js

Summary

Maintainability
A
1 hr
Test Coverage

Function setListener has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

function setListener(type, namespace, listener, capture=false, passive=false) {
Severity: Minor
Found in addon/utils/event.js - About 35 mins to fix

    Function bind has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    export function bind(target, type, namespace, listener, { capture=false, rebind=false, passive=false, once=false }) {
    Severity: Minor
    Found in addon/utils/event.js - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status