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 869b1a2e7e Fix MXRoyale build
869b1a2e7e is described below
commit 869b1a2e7ea5889274eb493069e643c280ca3beb
Author: Yishay Weiss <[email protected]>
AuthorDate: Sun Dec 4 14:01:09 2022 +0200
Fix MXRoyale build
---
.../projects/MXRoyale/src/main/royale/mx/controls/beads/ListView.as | 1 -
1 file changed, 1 deletion(-)
diff --git
a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/beads/ListView.as
b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/beads/ListView.as
index 598f7bc348..7ce91a8513 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/beads/ListView.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/beads/ListView.as
@@ -39,7 +39,6 @@ package mx.controls.beads
* @playerversion AIR 2.6
* @productversion Royale 0.9.10
*/
- COMPILE::JS
public class ListView extends org.apache.royale.html.beads.ListView
{
override protected function
selectionChangeHandler(event:Event):void