On 10/4/07, westor <[EMAIL PROTECTED]> wrote:
>
> I'm not shure if this is a bug in build optimization:
> Sometimes I use an array like an object.
> var result = new Array();
> var result.ACL = new Array();
> Often I access the properties (or lets say, the keys) in this way:
> alert(result.ACL.prop
Hm,
looks like no one has an answer for this? ;-)
I think I have to avoid such mixed access methods in future, but is this a
bug in build or or isn't it?
Cheers
Torsten
westor wrote:
>
> I'm not shure if this is a bug in build optimization:
> Sometimes I use an array like an object.
> var re
I'm not shure if this is a bug in build optimization:
Sometimes I use an array like an object.
var result = new Array();
var result.ACL = new Array();
Often I access the properties (or lets say, the keys) in this way:
alert(result.ACL.propertyName);
Now I have one case, that a key name is "class"