Hi ADFers,
When using ADF/Trinidad JavaScript obfuscator on some JavaScript of other components than ADF ones I've got some errors related to slash token. For example: this.f(8 / (x - 2), 2 / (2 - f));will fail. It seems the ADF js parser used for obfuscation is trying to interpret / (x - 2), 2 / as a regular exception. Is there any plan to fix this?
Thanks, -- Christophe
