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/11 14:15:24 UTC

[royale-asjs] branch feature/MXRoyale updated: Update MXRoyaleClasses for Tree

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 5a2539d  Update MXRoyaleClasses for Tree
5a2539d is described below

commit 5a2539d136f4df474044667cecabb269a408bce7
Author: alinakazi <AL...@GMAIL.COM>
AuthorDate: Fri May 11 07:15:23 2018 -0700

    Update MXRoyaleClasses for Tree
---
 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 252cad4..39d909c 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/MXRoyaleClasses.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/MXRoyaleClasses.as
@@ -168,6 +168,8 @@ internal class MXRoyaleClasses
 	import mx.rpc.events.FaultEvent; FaultEvent;
 	import mx.controls.advancedDataGridClasses.AdvancedDataGridItemRenderer;  AdvancedDataGridItemRenderer;
 	import mx.charts.series.LineSeries; LineSeries;
+	import mx.controls.Tree; Tree;
+	
     COMPILE::SWF
     {
         import mx.controls.beads.CSSImageAndTextButtonView; CSSImageAndTextButtonView;

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