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 <[email protected]> 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 [email protected].
