2
0
mirror of https://github.com/devbridge/jQuery-Autocomplete.git synced 2025-01-24 15:48:24 +00:00

Merge pull request #489 from Rickycezar/master

Adding suggestions data variable to beforeRenderer callback.
This commit is contained in:
Tomas Kirda 2016-06-07 11:51:50 -05:00
commit 3433e82b6a

View File

@ -681,7 +681,7 @@
container.html(html);
if ($.isFunction(beforeRender)) {
beforeRender.call(that.element, container);
beforeRender.call(that.element, container, that.sugestions);
}
that.fixPosition();