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

cdutz pushed a commit to branch feature/distribution-allignment
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit 2d43f404d7c11ad7fd87d728d3fff2d0c9d592ac
Author: Carlos Rovira <[email protected]>
AuthorDate: Thu Feb 25 21:16:55 2021 +0100

    tour-de-jewel: reduce code on h list
---
 examples/jewel/TourDeJewel/src/main/royale/ListPlayGround.mxml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/examples/jewel/TourDeJewel/src/main/royale/ListPlayGround.mxml 
b/examples/jewel/TourDeJewel/src/main/royale/ListPlayGround.mxml
index e002184..60f724f 100644
--- a/examples/jewel/TourDeJewel/src/main/royale/ListPlayGround.mxml
+++ b/examples/jewel/TourDeJewel/src/main/royale/ListPlayGround.mxml
@@ -322,9 +322,7 @@ limitations under the License.
                                                <j:beads>
                                                        <j:HorizontalLayout 
itemsExpand="true" />
                                                </j:beads>
-                                               <j:dataProvider>
-                                                       <js:ArrayList 
localId="avengersCharacters" source="[Iron Man, Hulk, Thor, Captain America, 
Hawkeye]" />
-                                               </j:dataProvider>
+                                               <js:ArrayList 
localId="avengersCharacters" source="[Iron Man, Hulk, Thor, Captain America, 
Hawkeye]" />
                                        </j:List>
                                
                                </j:CardPrimaryContent>

Reply via email to