[Laszlo-dev] Flash case-insensitivity

André Bargull andre.bargull at udo.edu
Wed Aug 13 06:53:44 PDT 2008


Were old Flash versions case-insensitive in respect to Objects? Like in 
the following code snippet, all foo's were mapped to the same key in the 
Object?
Just asking because there is some old code in the LzParam class, which 
seems to workaround this case-insensitivity issue. (And which can be 
removed now.)

> var o = {'Foo':0, 'foo':1, 'FOO':2};
> for (var k in o) console.log(k)




More information about the Laszlo-dev mailing list