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 <[email protected]> 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 {
