Dogfalo/materialize

View on GitHub
js/waves.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function hide has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        hide: function(e) {
            TouchHandler.touchup(e);

            var el = this;
            var width = el.clientWidth * 1.4;
Severity: Minor
Found in js/waves.js - About 1 hr to fix

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

            show: function(e, element) {
    
                // Disable right click
                if (e.button === 2) {
                    return false;
    Severity: Minor
    Found in js/waves.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status