[Laszlo-dev] Any suggestions on this JScript lossage?

P T Withington ptw at pobox.com
Fri Nov 2 14:34:39 PDT 2007


This is the problem. In IE6, 'toString' will not be enumerated, even  
if it is an explicit property in an Object:

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> 


More information about the Laszlo-dev mailing list