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

Reply via email to