1
0
mirror of https://github.com/nextapps-de/flexsearch.git synced 2025-09-02 18:33:17 +02:00

Restore unused arguments

Per https://github.com/nextapps-de/flexsearch/pull/55#issuecomment-465948483
This commit is contained in:
Josh Duff
2019-02-21 08:02:37 -06:00
committed by GitHub
parent 7bfa39e9e4
commit 3039fb414e

View File

@@ -271,7 +271,7 @@
return global_encoder[name](value); 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){ if(this._task_completed !== this.worker){