Skip to content

Commit

Permalink
workaround for running-coder#401
Browse files Browse the repository at this point in the history
  • Loading branch information
Raul Cioldin committed May 14, 2018
1 parent 22347b7 commit cee7053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jquery.typeahead.js
Expand Up @@ -1190,7 +1190,7 @@
_request.callback.always.call(scope, data, textStatus, jqXHR);

// #248, #303 Aborted requests would call populate with invalid data
if (typeof jqXHR !== "object") return;
// if (typeof jqXHR !== "object") return;

// #265 Modified data from ajax.callback.done is not being registered (use of _groupData[_group])
scope.populateSource(
Expand Down

0 comments on commit cee7053

Please sign in to comment.