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/10/04 07:28:57 UTC

[royale-asjs] branch develop updated: Update MXRoyaleClasses.as

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

alinakazi 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 504ed42  Update MXRoyaleClasses.as
504ed42 is described below

commit 504ed42048a004cd7802bb2ba96692c99dbc682e
Author: alinakazi <AL...@GMAIL.COM>
AuthorDate: Thu Oct 4 12:28:53 2018 +0500

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

diff --git a/frameworks/projects/MXRoyale/src/main/royale/MXRoyaleClasses.as b/frameworks/projects/MXRoyale/src/main/royale/MXRoyaleClasses.as
index 5647e13..a4ea11c 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/MXRoyaleClasses.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/MXRoyaleClasses.as
@@ -153,7 +153,8 @@ internal class MXRoyaleClasses
 	import mx.events.CalendarLayoutChangeEvent; CalendarLayoutChangeEvent;
 	import mx.net.SharedObject; SharedObject;
 	import mx.modules.ModuleManager; ModuleManager;
-	
+	import mx.events.DragEvent; DragEvent;
+
 	COMPILE::JS
     	{
 		import mx.utils.TextEncoderLiteWrapper; TextEncoderLiteWrapper;