diff --git a/dist/jquery.autocomplete.js b/dist/jquery.autocomplete.js index 8f31b4c..42566fd 100644 --- a/dist/jquery.autocomplete.js +++ b/dist/jquery.autocomplete.js @@ -681,7 +681,7 @@ container.html(html); if ($.isFunction(beforeRender)) { - beforeRender.call(that.element, container); + beforeRender.call(that.element, container, that.sugestions); } that.fixPosition();