Selaa lähdekoodia

Removed confusing delimiters from fuzzy hash comparison ops

n1474335 7 vuotta sitten
vanhempi
commit
567474ce00
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/core/operations/Hash.js

+ 1 - 1
src/core/operations/Hash.js

@@ -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.