Skip to content

Commit 6e7bbf3

Browse files
author
Tomas Kirda
committed
Fixes #118.
1 parent d38ec91 commit 6e7bbf3

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
@@ -463,7 +463,7 @@
463463
}).done(function (data) {
464464
that.currentRequest = null;
465465
that.processResponse(data, q);
466-
options.onSearchComplete.call(that.element, q);
466+
options.onSearchComplete.call(that.element, q, data);
467467
}).fail(function (jqXHR, textStatus, errorThrown) {
468468
options.onSearchError.call(that.element, q, jqXHR, textStatus, errorThrown);
469469
});

0 commit comments

Comments
 (0)