Dogfalo/materialize

View on GitHub
js/toasts.js

Summary

Maintainability
A
1 hr
Test Coverage

Function remove has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    remove() {
      window.clearInterval(this.counterInterval);
      let activationDistance =
          this.el.offsetWidth * this.options.activationPercent;

Severity: Minor
Found in js/toasts.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status