prantlf/jquery.mousehover

View on GitHub
jquery.mousehover.js

Summary

Maintainability
A
1 hr
Test Coverage

Function mousehover has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    $.fn.mousehover = function (handlerIn, handlerOut, options) {
      var parameters = normalizeParameters(handlerIn, handlerOut, options),
          namespace = parameters.namespace;
      handlerIn = parameters.handlerIn;
      // Missing "handlerIn" parameter means, that existing event handlers
Severity: Minor
Found in jquery.mousehover.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status