mirror of
https://github.com/nextapps-de/flexsearch.git
synced 2025-10-01 15:46:40 +02:00
re-activate initializer
This commit is contained in:
4
bench.js
4
bench.js
@@ -197,8 +197,8 @@ window.onload = function(){
|
|||||||
if(queue.length){
|
if(queue.length){
|
||||||
|
|
||||||
lib = suite[Object.keys(suite)[0]];
|
lib = suite[Object.keys(suite)[0]];
|
||||||
//lib.init();
|
lib.init();
|
||||||
//lib.add(text_data);
|
lib.add(text_data);
|
||||||
|
|
||||||
setTimeout(match ? perform_match : perform, 200);
|
setTimeout(match ? perform_match : perform, 200);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user