Looking a the code here:
|
options.bypassDNA !== undefined ? (bypassDNA = options.bypassDNA) : null; |
It looks like the options.bypassDNA value doesn't really set properly as the the value its setting isn't defined.
Wasn't sure if this was a problem before in the code or added in changes.