You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by jo...@apache.org on 2019/03/15 23:56:02 UTC

[royale-asjs] branch develop updated: another place where js-default-initializers is needed

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

joshtynjala 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 d1bb1cc  another place where js-default-initializers is needed
d1bb1cc is described below

commit d1bb1cccaac6b8f2b2a34db356d294ff39358b64
Author: Josh Tynjala <jo...@apache.org>
AuthorDate: Fri Mar 15 16:55:54 2019 -0700

    another place where js-default-initializers is needed
---
 frameworks/js/themes/JewelThemeJS/src/main/config/compile-js-config.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/frameworks/js/themes/JewelThemeJS/src/main/config/compile-js-config.xml b/frameworks/js/themes/JewelThemeJS/src/main/config/compile-js-config.xml
index f663b1c..84d04b6 100644
--- a/frameworks/js/themes/JewelThemeJS/src/main/config/compile-js-config.xml
+++ b/frameworks/js/themes/JewelThemeJS/src/main/config/compile-js-config.xml
@@ -92,6 +92,8 @@
     <!--<include-namespaces>
         <uri>library://ns.apache.org/royale/jewel</uri>
     </include-namespaces>-->
+
+    <js-default-initializers>false</js-default-initializers>
         
 
 </royale-config>