2
0
mirror of https://github.com/devbridge/jQuery-Autocomplete.git synced 2024-09-19 08:49:01 +00:00
This commit is contained in:
Tomas Kirda 2013-11-23 18:07:43 -06:00
parent d38ec91e6b
commit 6e7bbf3ea5

View File

@ -463,7 +463,7 @@
}).done(function (data) {
that.currentRequest = null;
that.processResponse(data, q);
options.onSearchComplete.call(that.element, q);
options.onSearchComplete.call(that.element, q, data);
}).fail(function (jqXHR, textStatus, errorThrown) {
options.onSearchError.call(that.element, q, jqXHR, textStatus, errorThrown);
});