Re: [qooxdoo-devel] build problem with array / object

2007-10-05 Thread Derrell Lipman
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

Re: [qooxdoo-devel] build problem with array / object

2007-10-05 Thread westor
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

[qooxdoo-devel] build problem with array / object

2007-10-04 Thread westor
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"