You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by al...@apache.org on 2018/05/03 12:21:10 UTC

[royale-asjs] branch feature/MXRoyale updated: Update MXRoyaleClasses.as for IModuleInfo

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

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


The following commit(s) were added to refs/heads/feature/MXRoyale by this push:
     new 7f4b3a6  Update MXRoyaleClasses.as for IModuleInfo
7f4b3a6 is described below

commit 7f4b3a6584e14842a3173aae4b3221dc5d375801
Author: alinakazi <AL...@GMAIL.COM>
AuthorDate: Thu May 3 17:21:08 2018 +0500

    Update MXRoyaleClasses.as for IModuleInfo
---
 frameworks/projects/MXRoyale/src/main/royale/MXRoyaleClasses.as | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/MXRoyaleClasses.as b/frameworks/projects/MXRoyale/src/main/royale/MXRoyaleClasses.as
index a57a7ee..f28ed70 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/MXRoyaleClasses.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/MXRoyaleClasses.as
@@ -144,6 +144,8 @@ internal class MXRoyaleClasses
 	import mx.skins.RectangularBorder; RectangularBorder;
 	import mx.styles.ISimpleStyleClient; ISimpleStyleClient; 
 	import mx.styles.StyleProxy; StyleProxy;
+	import mx.modules.IModuleInfo; IModuleInfo;
+
     COMPILE::SWF
     {
         import mx.controls.beads.CSSImageAndTextButtonView; CSSImageAndTextButtonView;

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