removing strictMode pt. 2
This commit is contained in:
parent
d0d1f743f0
commit
5e86407825
@ -97,7 +97,7 @@ class FromHex extends Operation {
|
||||
* @returns {byteArray}
|
||||
*/
|
||||
run(input, args) {
|
||||
const [delim, removeNonAlphChars, strictMode] = [args[0] || "Auto", args[1], args[2]];
|
||||
const [delim, removeNonAlphChars] = [args[0] || "Auto", args[1]];
|
||||
return fromHex(input, delim, 2, removeNonAlphChars);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user