diff --git a/src/jquery.autocomplete.js b/src/jquery.autocomplete.js index 3736c5b..bbc27ae 100644 --- a/src/jquery.autocomplete.js +++ b/src/jquery.autocomplete.js @@ -743,11 +743,10 @@ width = that.el.outerWidth(); container.css('width', width > 0 ? width : 300); } else if(options.width === 'flex') { - // Trust the source! Unset the width property so it will be the max lenght + // Trust the source! Unset the width property so it will be the max length // the containing elements. container.css('width', ''); } - }, findBestHint: function () {