Aaron Boodman | 1 Jul 2006 01:24
Picon

Re: Re: dojo.lang.isUndefined()

On 6/29/06, Alex Russell <alex <at> dojotoolkit.org> wrote:
> > I just stopped writing code like this and
> > used the typeof test directly each time. :-/
>
> Gah. That seems like giving up in the wrong place to me.

At G, we don't like to rely on obj["foo"] and obj.foo being the same
since the fancy compiler likes to change obj.foo to obj.a. So I don't
know if there's anywhere to go from there.

- a

Gmane