var o = {'Foo':0, 'foo':1, 'FOO':2};
for (var k in o) console.log(k)
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.)
- [Laszlo-dev] Flash case-insensitivity André Bargull
- Re: [Laszlo-dev] Flash case-insensitivity P T Withington
