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/03/28 20:06:58 UTC

[royale-asjs] 07/10: set typename as expected. Mustella will search for it

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 1653bb46d2034ab79c2e82ab8ec7d33ec4e5fd7f
Author: Alex Harui <ah...@apache.org>
AuthorDate: Wed Mar 28 13:04:26 2018 -0700

    set typename as expected.  Mustella will search for it
---
 frameworks/projects/MXRoyale/src/main/royale/mx/core/Application.as | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/core/Application.as b/frameworks/projects/MXRoyale/src/main/royale/mx/core/Application.as
index b1cf1b4..ec97273 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/core/Application.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/core/Application.as
@@ -315,9 +315,7 @@ public class Application extends Container implements IStrand, IParent, IEventDi
 			
 			loaderInfo.addEventListener(flash.events.Event.INIT, initHandler);
 		}
-		COMPILE::JS {
-			element.className = 'Application';			
-		}
+        typeNames += " Application";
 		
 		this.valuesImpl = new AllCSSValuesImpl();
 		addBead(new ApplicationDataBinding());

-- 
To stop receiving notification emails like this one, please contact
aharui@apache.org.