[lunr] Allow lunr.tokenizer.separator to be modified (#21918)

This commit is contained in:
Sean Tan
2017-12-05 23:17:48 +08:00
committed by Andy
parent 3785084f44
commit 2ae672d827

View File

@@ -784,7 +784,7 @@ declare namespace lunr {
*
* @see lunr.tokenizer
*/
const separator: RegExp;
let separator: RegExp;
}
/**