You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2018/09/28 03:42:52 UTC

[royale-asjs] 12/21: SWF needed override

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

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

commit 765c85cd6dafa9e6ccf37bf773733ab35a5a190e
Author: Alex Harui <ah...@apache.org>
AuthorDate: Thu Sep 27 00:42:47 2018 -0700

    SWF needed override
---
 .../MXRoyale/src/main/royale/mx/collections/ListCollectionView.as        | 1 +
 1 file changed, 1 insertion(+)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/collections/ListCollectionView.as b/frameworks/projects/MXRoyale/src/main/royale/mx/collections/ListCollectionView.as
index 011c4e9..c14c928 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/collections/ListCollectionView.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/collections/ListCollectionView.as
@@ -1153,6 +1153,7 @@ public class ListCollectionView extends Proxy implements ICollectionView, IList
      *  @playerversion AIR 1.1
      *  @productversion Flex 3
      */
+    [SWFOverride(params="flash.events.Event", altparams="org.apache.royale.events.Event"))]
     COMPILE::SWF
     public function dispatchEvent(event:Event):Boolean
     {