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 10:29:03 UTC

[royale-asjs] branch develop updated: This function no longer used

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 e69fd32  This function no longer used
e69fd32 is described below

commit e69fd321abaf1e35ff5c6481067c82a2482a66a1
Author: Harbs <ha...@in-tools.com>
AuthorDate: Wed Dec 25 12:28:45 2019 +0200

    This function no longer used
---
 .../main/royale/org/apache/royale/core/HTMLElementWrapper.as | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/frameworks/projects/Core/src/main/royale/org/apache/royale/core/HTMLElementWrapper.as b/frameworks/projects/Core/src/main/royale/org/apache/royale/core/HTMLElementWrapper.as
index 59e571c..1081848 100644
--- a/frameworks/projects/Core/src/main/royale/org/apache/royale/core/HTMLElementWrapper.as
+++ b/frameworks/projects/Core/src/main/royale/org/apache/royale/core/HTMLElementWrapper.as
@@ -207,17 +207,7 @@ package org.apache.royale.core
 			}
 	        super.addBead(bead);
 		}
-                        
-        private function getActualDispatcher_(type:String):Object
-        {
-            var source:Object = this;
-            if (ElementEvents.elementEvents[type]) {
-                // mouse and keyboard events also dispatch off the element.
-                source = this.element;
-            }
-            return source;
-        }
-        		
+                                		
         /**
          * @royaleignorecoercion org.apache.royale.events.IEventDispatcher
          */