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/11/28 06:02:21 UTC

[royale-asjs] branch develop updated: Spark Module

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


The following commit(s) were added to refs/heads/develop by this push:
     new 7ab4ca1  Spark Module
7ab4ca1 is described below

commit 7ab4ca1b5c2168ce4bf4003caac75ad38a09ae4e
Author: Alex Harui <ah...@apache.org>
AuthorDate: Tue Nov 27 22:02:00 2018 -0800

    Spark Module
---
 .../projects/SparkRoyale/src/main/resources/spark-royale-manifest.xml   | 2 +-
 frameworks/projects/SparkRoyale/src/main/royale/spark/modules/Module.as | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/frameworks/projects/SparkRoyale/src/main/resources/spark-royale-manifest.xml b/frameworks/projects/SparkRoyale/src/main/resources/spark-royale-manifest.xml
index a25d473..58dbf87 100644
--- a/frameworks/projects/SparkRoyale/src/main/resources/spark-royale-manifest.xml
+++ b/frameworks/projects/SparkRoyale/src/main/resources/spark-royale-manifest.xml
@@ -74,8 +74,8 @@
 	<component id="Image" class="spark.components.Image"/>
 	<component id="HorizontalLayout" class="spark.layouts.HorizontalLayout"/>
 	<component id="TileLayout" class="spark.layouts.TileLayout"/>
+    <component id="Module" class="spark.modules.Module" />
 
-    <component id="Module" class="mx.modules.Module" lookupOnly="true"/>
     <component id="ArrayCollection" class="mx.collections.ArrayCollection" lookupOnly="true"/>
 
     <!-- Text Layout Framework (TLF) -->
diff --git a/frameworks/projects/SparkRoyale/src/main/royale/spark/modules/Module.as b/frameworks/projects/SparkRoyale/src/main/royale/spark/modules/Module.as
index 8986d28..e0bb8ef 100644
--- a/frameworks/projects/SparkRoyale/src/main/royale/spark/modules/Module.as
+++ b/frameworks/projects/SparkRoyale/src/main/royale/spark/modules/Module.as
@@ -26,7 +26,7 @@ package spark.modules
 	import mx.modules.IModule;
 	import spark.components.SkinnableContainer;
 	
-	[Frame(factoryClass="mx.core.FlexModuleFactory")]
+//	[Frame(factoryClass="mx.core.FlexModuleFactory")]
 	
 	//--------------------------------------
 	//  Other metadata