Skip to content

Commit 41b7197

Browse files
committed
Adding suggestions data variable to beforeRenderer callback.
1 parent 615fd80 commit 41b7197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/jquery.autocomplete.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@
681681
container.html(html);
682682

683683
if ($.isFunction(beforeRender)) {
684-
beforeRender.call(that.element, container);
684+
beforeRender.call(that.element, container, that.sugestions);
685685
}
686686

687687
that.fixPosition();

0 commit comments

Comments
 (0)