Removed confusing delimiters from fuzzy hash comparison ops

This commit is contained in:
n1474335 2018-03-04 18:49:05 +00:00
parent 209a5b7274
commit 567474ce00
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@ const Hash = {
* @constant
* @default
*/
DELIM_OPTIONS: ["Line feed", "CRLF", "Space", "Comma", "Semi-colon", "Colon"],
DELIM_OPTIONS: ["Line feed", "CRLF", "Space", "Comma"],
/**
* Compare CTPH hashes operation.