Return-Path: X-Original-To: apmail-flex-dev-archive@www.apache.org Delivered-To: apmail-flex-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 28CDF109BE for ; Fri, 30 May 2014 20:57:20 +0000 (UTC) Received: (qmail 9290 invoked by uid 500); 30 May 2014 20:57:19 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 9253 invoked by uid 500); 30 May 2014 20:57:19 -0000 Mailing-List: contact dev-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list dev@flex.apache.org Received: (qmail 9245 invoked by uid 99); 30 May 2014 20:57:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 May 2014 20:57:19 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW X-Spam-Check-By: apache.org Received-SPF: unknown (athena.apache.org: error in processing during lookup of aharui@adobe.com) Received: from [207.46.163.209] (HELO na01-bl2-obe.outbound.protection.outlook.com) (207.46.163.209) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 May 2014 20:57:13 +0000 Received: from BL2PR02MB500.namprd02.prod.outlook.com (10.141.95.147) by BL2PR02MB497.namprd02.prod.outlook.com (10.141.95.140) with Microsoft SMTP Server (TLS) id 15.0.949.11; Fri, 30 May 2014 20:56:36 +0000 Received: from BL2PR02MB500.namprd02.prod.outlook.com ([10.141.95.147]) by BL2PR02MB500.namprd02.prod.outlook.com ([10.141.95.147]) with mapi id 15.00.0949.001; Fri, 30 May 2014 20:56:36 +0000 From: Alex Harui To: "dev@flex.apache.org" Subject: Re: [FalconJX] event.type Thread-Topic: [FalconJX] event.type Thread-Index: AQHPfEj6PyjIspYcmEKeivVI3+g67ZtZJVoA Date: Fri, 30 May 2014 20:56:36 +0000 Message-ID: References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.4.1.140326 x-originating-ip: [192.150.22.5] x-microsoft-antispam: BL:0;ACTION:Default;RISK:Low;SCL:0;SPMLVL:NotSpam;PCL:0;RULEID: x-forefront-prvs: 02272225C5 x-forefront-antispam-report: SFV:NSPM;SFS:(6009001)(428001)(479174003)(377454003)(51704005)(24454002)(199002)(189002)(77982001)(74502001)(66066001)(76176999)(99396002)(64706001)(83072002)(79102001)(2656002)(36756003)(80022001)(76482001)(74662001)(50986999)(31966008)(77096999)(81342001)(81542001)(87936001)(54356999)(101416001)(19580395003)(4396001)(83506001)(99286001)(83322001)(46102001)(92726001)(85852003)(92566001)(20776003)(86362001)(21056001)(19580405001);DIR:OUT;SFP:;SCL:1;SRVR:BL2PR02MB497;H:BL2PR02MB500.namprd02.prod.outlook.com;FPR:;MLV:sfv;PTR:InfoNoRecords;A:1;MX:3;LANG:en; received-spf: None (: adobe.com does not designate permitted sender hosts) authentication-results: spf=none (sender IP is ) smtp.mailfrom=aharui@adobe.com; Content-Type: text/plain; charset="us-ascii" Content-ID: Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: adobe.com X-Virus-Checked: Checked by ClamAV on apache.org Yes, please add. On 5/30/14 1:51 PM, "Peter Ent" 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 if we should add it so cross-compiled code works? > >Peter Ent >Adobe Systems