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

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

commit deb1e0c13d3544516f4f074a8827003843fc9bc6
Author: Alex Harui <aha...@apache.org>
AuthorDate: Tue May 12 23:58:01 2020 -0700

    use systemManager as the stage for JS
---
 frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git 
a/frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as 
b/frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as
index f19496b..9927196 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as
@@ -1819,9 +1819,7 @@ COMPILE::JS
 {
     public function get stage():Object
     {
-        // TODO
-        trace("stage not implemented");
-        return null;
+        return systemManager;
     }
 }
     
//--------------------------------------------------------------------------

Reply via email to