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:48:07 UTC

[royale-asjs] branch develop updated: These are not needed to be public.

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 d6a499c  These are not needed to be public.
d6a499c is described below

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

    These are not needed to be public.
---
 .../Core/src/main/royale/org/apache/royale/core/ElementWrapper.as | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/frameworks/projects/Core/src/main/royale/org/apache/royale/core/ElementWrapper.as b/frameworks/projects/Core/src/main/royale/org/apache/royale/core/ElementWrapper.as
index 1a06ce7..274200b 100644
--- a/frameworks/projects/Core/src/main/royale/org/apache/royale/core/ElementWrapper.as
+++ b/frameworks/projects/Core/src/main/royale/org/apache/royale/core/ElementWrapper.as
@@ -186,7 +186,7 @@ package org.apache.royale.core
          * @return Result of listener.
          * @royaleignorecoercion org.apache.royale.events.IBrowserEvent
          */
-		static public function fireListenerOverride(listener:Object, eventObject:goog.events.BrowserEvent):Boolean
+		static private function fireListenerOverride(listener:Object, eventObject:goog.events.BrowserEvent):Boolean
 		{
             var e:IBrowserEvent;
             var nativeEvent:Object = eventObject.getBrowserEvent();
@@ -204,7 +204,7 @@ package org.apache.royale.core
         /**
          * Static initializer
          */
-		static public function installOverride():Boolean
+		static private function installOverride():Boolean
 		{
 			ElementWrapper.googFireListener = goog.events.fireListener;
 			goog.events.fireListener = ElementWrapper.fireListenerOverride;
@@ -218,7 +218,7 @@ package org.apache.royale.core
         /**
          *  @royalesuppresspublicvarwarning
          */
-        static public var googFireListener:Function;
+        static private var googFireListener:Function;
         
         /**
          * The properties that triggers the static initializer.
@@ -227,7 +227,7 @@ package org.apache.royale.core
          *
          *  @royalesuppresspublicvarwarning
          */
-        static public var installedOverride:Boolean = installOverride();
+        static public var __:Boolean = installOverride();
         
 		//--------------------------------------
 		//   Property