holderdeord/hdo-transcript-search

View on GitHub
webapp/public/matchMedia.addListener.js

Summary

Maintainability
A
1 hr
Test Coverage

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

    window.matchMedia = function(media) {
        var mql         = localMatchMedia(media),
            listeners   = [],
            index       = 0;

Severity: Minor
Found in webapp/public/matchMedia.addListener.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status