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

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

commit 3971a6eff8aa621b916fc400336dc738b86f597b
Author: Alex Harui <[email protected]>
AuthorDate: Mon Apr 2 10:22:56 2018 -0700

    force a dependency to allow namespaces to work.  Should revisit this at 
some point.  Language can't really cause circulars
---
 frameworks/projects/Language/src/main/royale/Namespace.as | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/frameworks/projects/Language/src/main/royale/Namespace.as 
b/frameworks/projects/Language/src/main/royale/Namespace.as
index 6e4a746..23b8e0c 100644
--- a/frameworks/projects/Language/src/main/royale/Namespace.as
+++ b/frameworks/projects/Language/src/main/royale/Namespace.as
@@ -143,6 +143,9 @@ package
                {
                        return this;
                }
+        
+        COMPILE::JS
+        private static var forceLanguageDependency:Class = Language;
        }
 }
 

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to