You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2018/10/14 21:42:43 UTC

[royale-asjs] 02/06: pick up info for resourcemanager

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 fa62228ed6352eab68859d2e8a0944b4ef1007e8
Author: Alex Harui <ah...@apache.org>
AuthorDate: Sun Oct 14 14:34:57 2018 -0700

    pick up info for resourcemanager
---
 .../projects/MXRoyale/src/main/royale/mx/managers/SystemManager.as      | 2 ++
 1 file changed, 2 insertions(+)

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 539a7e5..db464e6 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/managers/SystemManager.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/managers/SystemManager.as
@@ -2944,6 +2944,8 @@ public class SystemManager extends SystemManagerBase implements ISystemManager,
         var body:HTMLElement = document.getElementsByTagName('body')[0];
         body.appendChild(element);
         
+        SystemManagerGlobals.info = info();
+        
         var mixinList:Array = info()["mixins"];
         if (mixinList && mixinList.length > 0)
         {