GitHub user greg-dove opened a pull request: https://github.com/apache/flex-asjs/pull/14
Fix manualtest Fixes the ant script for DatabindingTestbed to build in the new location. Also added a quick demo that permits showing the issue with the goog.events.EventTarget base class for js EventDispatcher, when implementing IEventDispatcher. Uncomment line 120 in MyIntialView to reverse the constructor hack in EventDispatcher and see the problem with dispatchEvent on an IEventDispatcher implementation. If you want the error in the browser console, remove the surround try/catch etc You can merge this pull request into a Git repository by running: $ git pull https://github.com/greg-dove/flex-asjs Fix_manualtest Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flex-asjs/pull/14.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 #14 ---- commit c12038310333f1c072f129ec1a83453a28c70d55 Author: greg-dove <greg.d...@gmail.com> 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 <greg.d...@gmail.com> Date: 2016-08-31T21:52:39Z removed the pom.xml to make it consistent with other manual tests. ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---