You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/04/07 16:50:52 UTC

[royale-asjs] branch develop updated: tour-de-jewel:remove virtual list CRUD beads no longer needed

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

carlosrovira 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 63d1730  tour-de-jewel:remove virtual list CRUD beads no longer needed
63d1730 is described below

commit 63d173066b970e2437adbdb46e9fc1442170abc0
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Tue Apr 7 18:50:48 2020 +0200

    tour-de-jewel:remove virtual list CRUD beads no longer needed
---
 examples/jewel/TourDeJewel/src/main/royale/VirtualListsPlayGround.mxml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/examples/jewel/TourDeJewel/src/main/royale/VirtualListsPlayGround.mxml b/examples/jewel/TourDeJewel/src/main/royale/VirtualListsPlayGround.mxml
index 1fee1fc..185c3f6 100644
--- a/examples/jewel/TourDeJewel/src/main/royale/VirtualListsPlayGround.mxml
+++ b/examples/jewel/TourDeJewel/src/main/royale/VirtualListsPlayGround.mxml
@@ -115,9 +115,6 @@ limitations under the License.
 										selectedIndex="4"
 										>
 							<!-- <j:beads>
-								<j:AddListItemRendererForArrayListData/>
-								<j:RemoveListItemRendererForArrayListData/>
-								<j:UpdateListItemRendererForArrayListData/>
 								<j:RemoveAllItemRendererForArrayListData/>
 							</j:beads> -->
 						</j:VirtualList>