canax/request

View on GitHub
doc/api/js/jquery.mousewheel.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function handler has 60 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    function handler(event) {
        var orgEvent   = event || window.event,
            args       = slice.call(arguments, 1),
            delta      = 0,
            deltaX     = 0,
Severity: Major
Found in doc/api/js/jquery.mousewheel.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status