>
>>
>> You've encountered a generator error. The code you provided generates
>> this:
>>
>> qx.Class.define(c,
>> {extend:qx.application.Standalone,
>> members:{main:function(){arguments.callee.base.call(this);
>> var h=new Object();
>> h[e]=g;
>> h[d]=(session!=a)?b:f;
>> alert(h["type"]);
>>
>> Note that the assignment of sess["type"] changes to h[e] yet the alert
>> still
>> has the string "type". This is an issue for Thomas, I think.
>>
>
> While I agree the generated code might not be as straight-forward as one
> could wish for, this is surely not an error: Both e and "type" evaluate
> to "type", therefore h[e] and h["type"] evaluate to the same thing,
> therefore e and "type" can be considered equivalent in this context,
> right?!I don't know if this can help you, but it starts when I do some drawings to Google Maps (dunno exactly which place in my code yet), but it works in source version, just not in build ... Martin > Thomas > > >> Derrell ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
