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

pushminakazi 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 5889814  Update FlexEvent.as uncommented REMOVE
5889814 is described below

commit 5889814f73f20c98b35494a44a15629275df562e
Author: pashminakazi <[email protected]>
AuthorDate: Mon Nov 30 23:16:37 2020 +0500

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

diff --git 
a/frameworks/projects/MXRoyale/src/main/royale/mx/events/FlexEvent.as 
b/frameworks/projects/MXRoyale/src/main/royale/mx/events/FlexEvent.as
index a511c05..3d81f76 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/events/FlexEvent.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/events/FlexEvent.as
@@ -1018,7 +1018,7 @@ public class FlexEvent extends Event
      *  @playerversion AIR 1.1
      *  @productversion Royale 0.9.3
      */
-    //public static const REMOVE:String = "remove";
+    public static const REMOVE:String = "remove";
 
     /**
      *  The <code>FlexEvent.REPEAT</code> constant defines the value of the

Reply via email to