mambax7/mymenus

View on GitHub
assets/js/jquery.hoverIntent.js

Summary

Maintainability
A
1 hr
Test Coverage

Function hoverIntent has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    $.fn.hoverIntent = function(handlerIn,handlerOut,selector) {
        // instance ID, used as a key to store and retrieve state information on an element
        var instanceId = INSTANCE_COUNT++;

        // extend the default configuration and parse parameters
Severity: Minor
Found in assets/js/jquery.hoverIntent.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status