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 2018/11/11 08:59:31 UTC

[royale-asjs] branch develop updated: Make JS nativeEvent public (#344)

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 d2900d3  Make JS nativeEvent public (#344)
d2900d3 is described below

commit d2900d3f1a933462b577c6b22d7b482556eb40f6
Author: SAdelman <39...@users.noreply.github.com>
AuthorDate: Sun Nov 11 10:59:26 2018 +0200

    Make JS nativeEvent public (#344)
---
 .../Core/src/main/royale/org/apache/royale/events/KeyboardEvent.as      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frameworks/projects/Core/src/main/royale/org/apache/royale/events/KeyboardEvent.as b/frameworks/projects/Core/src/main/royale/org/apache/royale/events/KeyboardEvent.as
index a184ddd..34543bf 100644
--- a/frameworks/projects/Core/src/main/royale/org/apache/royale/events/KeyboardEvent.as
+++ b/frameworks/projects/Core/src/main/royale/org/apache/royale/events/KeyboardEvent.as
@@ -56,7 +56,7 @@ package org.apache.royale.events
 		 * @type {KeyboardEvent}
 		 */
         COMPILE::JS
-		private var nativeEvent:Object;
+		public var nativeEvent:Object;
 
         COMPILE::JS
 		public function wrapEvent(event:goog.events.BrowserEvent):void