cgcgbcbc/jquery-minMenu

View on GitHub

Showing 1 of 1 total issue

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
    Severity
    Category
    Status
    Source
    Language