Dogfalo/materialize

View on GitHub
js/global.js

Summary

Maintainability
A
1 hr
Test Coverage

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

Materialize.throttle = function(func, wait, options) {
  var context, args, result;
  var timeout = null;
  var previous = 0;
  options || (options = {});
Severity: Minor
Found in js/global.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status