https://codereview.appspot.com/292560043/diff/1/src/com/google/caja/es53.js
File src/com/google/caja/es53.js (right):
https://codereview.appspot.com/292560043/diff/1/src/com/google/caja/es53.js#newcode1041
src/com/google/caja/es53.js:1041: return type === 'number' || (type !==
'symbol' && ('' + (+n)) === n);
Why is (type !== 'symbol') better than the more intuitive (type ===
'string') ?
https://codereview.appspot.com/292560043/
--
---
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.