Skip to content

Commit

Permalink
Restore unused arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
TehShrike authored Feb 21, 2019
1 parent 7bfa39e commit 3039fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flexsearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
return global_encoder[name](value);
};

function worker_handler(id, query, result, limit){
function worker_handler(id, query, result, limit, where, cursor, suggest){

if(this._task_completed !== this.worker){

Expand Down

0 comments on commit 3039fb4

Please sign in to comment.