Not surprising. The question is whether you truly care if null is supposed to be a separate value than undefined.
On 3/11/14 12:17 AM, "Justin Mclean" <jus...@classsoftware.com> wrote: >Hi, > >> I won't veto it (unless you use == instead of ===). I think >> all undefined checks should use ===. Otherwise it would match null. > >JFYI There probably 100+ places in the SDK were we use == undefined >rather than == undefined. From a quick search it look like === undefined >is used is a few more places. > >There's a simple patch if someone want to test and submit one :-) > >Thanks, >Justin