LGTM
https://codereview.appspot.com/257910043/diff/1/src/com/google/caja/ses/startSES.js
File src/com/google/caja/ses/startSES.js (right):
https://codereview.appspot.com/257910043/diff/1/src/com/google/caja/ses/startSES.js#newcode308
src/com/google/caja/ses/startSES.js:308: if (opt_mitigateOpts ===
undefined || opt_mitigateOpts === null) {
We have (or at least I have) generally said "void 0" rather than
"undefined". Both "void" and "null" are keywords, so we never need to
worry about them being shadowed. (And "void 0" is actually shorter ;).)
https://codereview.appspot.com/257910043/
--
---
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/d/optout.