client/resources/jquery.ui/jquery.ui.ooMenu.js
File jquery.ui.ooMenu.js
has 285 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
( function () {
'use strict';
/**
* jQuery.ui.ooMenu provides an object-oriented menu structure. Menu items are managed using
Function _appendItem
has 37 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
_appendItem: function ( item ) {
var self = this;
var label = this.options.manipulateLabel
? this.options.manipulateLabel( item.getLabel() )
Function CustomItem
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
var CustomItem = function ( label, visibility, action, cssClass, link ) {