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 2021/08/18 11:44:29 UTC

[royale-asjs] branch develop updated: Adding some stub events

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


The following commit(s) were added to refs/heads/develop by this push:
     new 7391317  Adding some stub events
7391317 is described below

commit 7391317be583f3522ed89930d3c43968421b65cf
Author: Yishay Weiss <yi...@hotmail.com>
AuthorDate: Wed Aug 18 14:44:21 2021 +0300

    Adding some stub events
---
 .../projects/MXRoyale/src/main/royale/mx/modules/ModuleLoader.as      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/modules/ModuleLoader.as b/frameworks/projects/MXRoyale/src/main/royale/mx/modules/ModuleLoader.as
index 52645c6..f752f82 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/modules/ModuleLoader.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/modules/ModuleLoader.as
@@ -68,7 +68,7 @@ import org.apache.royale.utils.UIModuleUtils;
  *  @playerversion AIR 1.1
  *  @productversion Royale 0.9.3
  */
-//[Event(name="setup", type="mx.events.ModuleEvent")]
+[Event(name="setup", type="mx.events.ModuleEvent")] // not implemented
 
 /**
  *  Dispatched when the module is finished loading.
@@ -92,7 +92,7 @@ import org.apache.royale.utils.UIModuleUtils;
  *  @playerversion AIR 1.1
  *  @productversion Royale 0.9.3
  */
-//[Event(name="error", type="mx.events.ModuleEvent")]
+[Event(name="error", type="mx.events.ModuleEvent")] // not implemented
 
 /**
  *  Dispatched at regular intervals as the module loads.