cgcgbcbc/jquery-minMenu

View on GitHub
minMenu.js

Summary

Maintainability
A
1 hr
Test Coverage

Function minMenu has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  $.fn.minMenu = function(options){
    var opts = $.extend( {}, $.fn.minMenu.defaults, options );
    var menu = $(this);
    var param;
    menu.css('position','absolute');
Severity: Minor
Found in minMenu.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status