Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 614CB200B83 for ; Sat, 3 Sep 2016 00:13:34 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5FC5E160ACB; Fri, 2 Sep 2016 22:13:34 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A7E3C160A8C for ; Sat, 3 Sep 2016 00:13:33 +0200 (CEST) Received: (qmail 87482 invoked by uid 500); 2 Sep 2016 22:13:32 -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 87466 invoked by uid 99); 2 Sep 2016 22:13:32 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Sep 2016 22:13:32 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3B4CFE049D; Fri, 2 Sep 2016 22:13:32 +0000 (UTC) From: greg-dove To: dev@flex.apache.org Reply-To: dev@flex.apache.org Message-ID: Subject: [GitHub] flex-asjs pull request #15: Js event dispatcher update Content-Type: text/plain Date: Fri, 2 Sep 2016 22:13:32 +0000 (UTC) archived-at: Fri, 02 Sep 2016 22:13:34 -0000 GitHub user greg-dove opened a pull request: https://github.com/apache/flex-asjs/pull/15 Js event dispatcher update Updates to JS EventDispatcher to support IEventDispatcher implementations more cleanly, without an earlier constructor hack. You can merge this pull request into a Git repository by running: $ git pull https://github.com/greg-dove/flex-asjs JSEventDispatcher_update Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flex-asjs/pull/15.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #15 ---- commit c12038310333f1c072f129ec1a83453a28c70d55 Author: greg-dove Date: 2016-08-31T21:35:20Z Fix for ant script in DataBindingTestbed manual test, and added extra test for IEventDispatcher problem in MyInitialView init commit 8f33c645c8d1f19efed6a7840a22c6798747ab7e Author: greg-dove Date: 2016-08-31T21:52:39Z removed the pom.xml to make it consistent with other manual tests. commit ed100b77c59c63122cc6ac9908af1e3c36485fe9 Author: greg-dove Date: 2016-09-02T20:40:23Z [MANUAL TESTS] Fix bad mxml in DatabindingTestbed, added one extra binding test, and also extra binding-related config settings to shared ant targets commit ec4e914e67160addc5494d3bd666aed6cfd1d362 Author: greg-dove Date: 2016-09-02T21:35:34Z [IMPROVEMENT] Fix of EventDispatcher to support IEventDispatcher implementations, without earlier constructor hack. Added a quick verification test to the DatabindingTestbed test commit 22756db330967f40dfe21e22cb917260c7aaf271 Author: greg-dove Date: 2016-09-02T22:08:40Z [MINOR] spaces vs. tabs for consistency ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---