https://codereview.appspot.com/10648043/diff/5001/src/com/google/caja/plugin/guest-manager.js
File src/com/google/caja/plugin/guest-manager.js (right):

https://codereview.appspot.com/10648043/diff/5001/src/com/google/caja/plugin/guest-manager.js#newcode68
src/com/google/caja/plugin/guest-manager.js:68: if (o.hasOwnProperty(k))
{
Use Object.prototype.hasOwnProperty.call just for robustness.

https://codereview.appspot.com/10648043/diff/5001/tests/com/google/caja/plugin/test-index.js
File tests/com/google/caja/plugin/test-index.js (right):

https://codereview.appspot.com/10648043/diff/5001/tests/com/google/caja/plugin/test-index.js#newcode116
tests/com/google/caja/plugin/test-index.js:116: loadCatalog('tests',
'apitaming-tests.json');
Please add
// TODO(kpreid): Refactor to avoid unnecessary latency and dependencies,
perhaps using Q.

https://codereview.appspot.com/10648043/

--

--- 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.


Reply via email to