1 Jul 2006 01:24
Re: Re: dojo.lang.isUndefined()
Aaron Boodman <zboogs <at> gmail.com>
2006-06-30 23:24:25 GMT
2006-06-30 23:24:25 GMT
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
RSS Feed