You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ha...@apache.org on 2019/12/25 12:47:24 UTC

[royale-asjs] branch develop updated: We need to dispatch from the EventDispatcher

This is an automated email from the ASF dual-hosted git repository.

harbs pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 4f3cbde  We need to dispatch from the EventDispatcher
4f3cbde is described below

commit 4f3cbdeb9c2c0b87fdedc38308b44b8c7d76eb7d
Author: Harbs <ha...@in-tools.com>
AuthorDate: Wed Dec 25 14:47:10 2019 +0200

    We need to dispatch from the EventDispatcher
---
 .../Core/src/main/royale/org/apache/royale/events/EventDispatcher.as    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frameworks/projects/Core/src/main/royale/org/apache/royale/events/EventDispatcher.as b/frameworks/projects/Core/src/main/royale/org/apache/royale/events/EventDispatcher.as
index 510b531..10edf05 100644
--- a/frameworks/projects/Core/src/main/royale/org/apache/royale/events/EventDispatcher.as
+++ b/frameworks/projects/Core/src/main/royale/org/apache/royale/events/EventDispatcher.as
@@ -106,7 +106,7 @@ package org.apache.royale.events
   			}
 			}
 
-			return goog.events.EventTarget.dispatchEventInternal_(_dispatcher, event1, ancestorsTree);
+			return goog.events.EventTarget.dispatchEventInternal_(this, event1, ancestorsTree);
 		}
 		/**
 		 * @royaleignorecoercion org.apache.royale.core.IChild