[FalconJX] event.type

2014-05-30 Thread Peter Ent
I have some AS code that has event.type in it. When this is cross-compiled to JavaScript, it is turned into event.get_type(), but the JS version of org.apache.flex.events.Event does not have a get_type() function. I'm wondering if we should add it so cross-compiled code works? Peter Ent Adobe

Re: [FalconJX] event.type

2014-05-30 Thread Alex Harui
Yes, please add. On 5/30/14 1:51 PM, Peter Ent p...@adobe.com wrote: I have some AS code that has event.type in it. When this is cross-compiled to JavaScript, it is turned into event.get_type(), but the JS version of org.apache.flex.events.Event does not have a get_type() function. I'm wondering