You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by al...@apache.org on 2018/07/20 12:19:42 UTC

[royale-asjs] branch feature/MXRoyale updated: Revert changes SystemManager.as

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

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


The following commit(s) were added to refs/heads/feature/MXRoyale by this push:
     new 89b0b8b  Revert changes SystemManager.as
89b0b8b is described below

commit 89b0b8b596f07441add85e3f2cd07ec0b75137b1
Author: alinakazi <AL...@GMAIL.COM>
AuthorDate: Fri Jul 20 17:19:40 2018 +0500

    Revert changes SystemManager.as
---
 .../projects/MXRoyale/src/main/royale/mx/managers/SystemManager.as   | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/managers/SystemManager.as b/frameworks/projects/MXRoyale/src/main/royale/mx/managers/SystemManager.as
index 46cf4d1..b5b864b 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/managers/SystemManager.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/managers/SystemManager.as
@@ -3336,10 +3336,9 @@ public class SystemManager extends SystemManagerBase implements ISystemManager,
      *  @playerversion AIR 1.1
      *  @productversion Royale 0.9.4
      */
-    public function getSandboxRoot():UIComponent
+    public function getSandboxRoot():Object
     {
-    var temp:UIComponent;
-    	return temp;
+    return this;
         // work our say up the parent chain to the root. This way we
         // don't have to rely on this object being added to the stage.
         /* var sm:ISystemManager = this;