Skip to content

Commit 3433e82

Browse files
author
Tomas Kirda
committed
Merge pull request #489 from Rickycezar/master
Adding suggestions data variable to beforeRenderer callback.
2 parents 615fd80 + 41b7197 commit 3433e82

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)