This is an automated email from the ASF dual-hosted git repository.
harbs 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 fd22c8dd7e explicit super
fd22c8dd7e is described below
commit fd22c8dd7e7be69bcd9fa9b07a55d70936a5267e
Author: Harbs <[email protected]>
AuthorDate: Fri Feb 20 12:24:31 2026 +0200
explicit super
---
.../src/main/royale/org/apache/royale/html/beads/ArrayListDataSupport.as | 1 +
1 file changed, 1 insertion(+)
diff --git
a/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/ArrayListDataSupport.as
b/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/ArrayListDataSupport.as
index 7ab60f516d..903295c9b1 100644
---
a/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/ArrayListDataSupport.as
+++
b/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/ArrayListDataSupport.as
@@ -45,6 +45,7 @@ package org.apache.royale.html.beads
*/
public function ArrayListDataSupport()
{
+ super();
addBead(new CollectionChangeUpdateForArrayListData());
addBead(new
DynamicRemoveAllItemRendererForArrayListData());
factory = new
DataItemRendererFactoryForCollectionView();