You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by yi...@apache.org on 2020/09/29 21:50:56 UTC

[royale-asjs] 01/04: Adding AutomationObject

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

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

commit 5817aa9c0084a61449041f9b8cbbc150a49ba0c3
Author: Yishay Weiss <yi...@yell.com>
AuthorDate: Mon Sep 28 15:01:41 2020 +0100

    Adding AutomationObject
---
 frameworks/projects/MXRoyale/src/main/royale/MXRoyaleClasses.as | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/MXRoyaleClasses.as b/frameworks/projects/MXRoyale/src/main/royale/MXRoyaleClasses.as
index daf563c..54db0fc 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/MXRoyaleClasses.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/MXRoyaleClasses.as
@@ -27,7 +27,7 @@ package
  */
 internal class MXRoyaleClasses
 {
-	//import mx.automation.IAutomationObject; IAutomationObject;
+	import mx.automation.IAutomationObject; IAutomationObject;
 	//import mx.controls.SWFLoader; SWFLoader;
 	import mx.core.DPIClassification; DPIClassification;
 	import mx.core.DesignLayer; DesignLayer;