Return-Path: X-Original-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 83E30D15F for ; Wed, 19 Dec 2012 20:20:56 +0000 (UTC) Received: (qmail 11538 invoked by uid 500); 19 Dec 2012 20:20:55 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 11483 invoked by uid 500); 19 Dec 2012 20:20:55 -0000 Mailing-List: contact flex-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-dev@incubator.apache.org Received: (qmail 11475 invoked by uid 99); 19 Dec 2012 20:20:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Dec 2012 20:20:55 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of cframpto@adobe.com designates 64.18.1.29 as permitted sender) Received: from [64.18.1.29] (HELO exprod6og112.obsmtp.com) (64.18.1.29) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Dec 2012 20:20:48 +0000 Received: from outbound-smtp-2.corp.adobe.com ([193.104.215.16]) by exprod6ob112.postini.com ([64.18.5.12]) with SMTP ID DSNKUNIhioU25KTSCSZmEDPa7kFg0KBUIcgK@postini.com; Wed, 19 Dec 2012 12:20:27 PST Received: from inner-relay-4.eur.adobe.com (inner-relay-4b [10.128.4.237]) by outbound-smtp-2.corp.adobe.com (8.12.10/8.12.10) with ESMTP id qBJKKPC9029788 for ; Wed, 19 Dec 2012 12:20:25 -0800 (PST) Received: from nacas01.corp.adobe.com (nacas01.corp.adobe.com [10.8.189.99]) by inner-relay-4.eur.adobe.com (8.12.10/8.12.9) with ESMTP id qBJKKOXL002742 for ; Wed, 19 Dec 2012 12:20:25 -0800 (PST) Received: from SJ1SWM219.corp.adobe.com (10.5.77.61) by nacas01.corp.adobe.com (10.8.189.99) with Microsoft SMTP Server (TLS) id 8.3.279.1; Wed, 19 Dec 2012 12:20:24 -0800 Received: from nambx09.corp.adobe.com ([10.8.189.47]) by SJ1SWM219.corp.adobe.com ([fe80::d55c:7209:7a34:fcf7%11]) with mapi; Wed, 19 Dec 2012 12:20:24 -0800 From: Carol Frampton To: "flex-dev@incubator.apache.org" Date: Wed, 19 Dec 2012 12:20:21 -0800 Subject: Re: svn commit: r1423863 - /incubator/flex/sdk/branches/develop/frameworks/projects/charts/src/mx/charts/DateTimeAxis.as Thread-Topic: svn commit: r1423863 - /incubator/flex/sdk/branches/develop/frameworks/projects/charts/src/mx/charts/DateTimeAxis.as Thread-Index: Ac3eJka9AUKqGFPRTm+tTQk28oEnww== Message-ID: In-Reply-To: <186B3F16-26BF-4677-A7C9-360790A7863F@classsoftware.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.2.4.120824 acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org svn commit: r1423864 looks like it falls in the same category and should be reverted Carol On 12/19/12 3 :07PM, "Justin Mclean" wrote: >HI, > >> + var parseFunction:Function =3D this.parseFunction; > > >Wouldn't it be better to fix Flacon rather than change the SDK in this >way? Seems a bit hackish to me. > >Thanks, >Justin >