client/resources/jquery.ui/jquery.ui.suggester.js
File jquery.ui.suggester.js
has 372 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
( function () {
'use strict';
require( './jquery.ui.ooMenu.js' );
Function _attachInputEventHandlers
has 66 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
_attachInputEventHandlers: function () {
var self = this,
suppressKeyPress = false;
this.element
Function search
has 30 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
search: function () {
var self = this,
deferred = $.Deferred();
this._clearTimeout();