https://codereview.appspot.com/7381051/diff/1/src/com/google/caja/ses/startSES.js
File src/com/google/caja/ses/startSES.js (right):
https://codereview.appspot.com/7381051/diff/1/src/com/google/caja/ses/startSES.js#newcode652
src/com/google/caja/ses/startSES.js:652: function compileExpr(src,
doesNotNeedMitigation, opt_sourcePosition) {
Corrected the double negative in the body of the method but I'd like the
default (ie if no argument is provided) to be needsMitigation.
https://codereview.appspot.com/7381051/diff/1/src/com/google/caja/ses/startSES.js#newcode655
src/com/google/caja/ses/startSES.js:655: exprSrc = doesNotNeedMitigation
? exprSrc : mitigateGotchas(exprSrc);
The doc comment is incorrect - if no options are provided, all
mitigation is performed. Corrected the doc.
https://codereview.appspot.com/7381051/
--
---
You received this message because you are subscribed to the Google Groups "Google Caja Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.