lzx> for (var k in {foo: 1, toSTring: 2}) Debug.write(k)
foo
toSTring
lzx> for (var k in {foo: 1, toString: 2}) Debug.write(k)
foo
lzx>
This is the problem. In IE6, 'toString' will not be enumerated, even
if it is an explicit property in an Object:
- [Laszlo-dev] Any suggestions on this JScript lossage? P T Withington
- Re: [Laszlo-dev] Any suggestions on this JScript lossa... Max Carlson
- Re: [Laszlo-dev] Any suggestions on this JScript l... P T Withington
- Re: [Laszlo-dev] Any suggestions on this JScript lossa... Philip Romanik
- Re: [Laszlo-dev] Any suggestions on this JScript lossa... André Bargull
- Re: [Laszlo-dev] Any suggestions on this JScript l... P T Withington
- Re: [Laszlo-dev] Any suggestions on this JScri... André Bargull
- Re: [Laszlo-dev] Any suggestions on this JScript lossa... P T Withington
