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/09/05 05:29:15 UTC

[royale-asjs] branch feature/MXRoyale updated: Update ModuleEvent.as

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 3ac1bb0  Update ModuleEvent.as
3ac1bb0 is described below

commit 3ac1bb001971ef6612f36e49384bd9e5930f6f26
Author: alinakazi <AL...@GMAIL.COM>
AuthorDate: Wed Sep 5 10:29:12 2018 +0500

    Update ModuleEvent.as
---
 frameworks/projects/MXRoyale/src/main/royale/mx/events/ModuleEvent.as | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/events/ModuleEvent.as b/frameworks/projects/MXRoyale/src/main/royale/mx/events/ModuleEvent.as
index d0a3ba6..695350e 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/events/ModuleEvent.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/events/ModuleEvent.as
@@ -36,7 +36,7 @@ import mx.events.ProgressEvent;
  *  @playerversion AIR 1.1
  *  @productversion Royale 0.9.3
  */
-public class ModuleEvent extends import mx.events.ProgressEvent
+public class ModuleEvent extends mx.events.ProgressEvent
 {
 //
    // include "../core/Version.as";