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 3d020f4 tour-de-jewel: reduce code on h list
3d020f4 is described below
commit 3d020f4ddae3c38a81cc3baa351e1732c7543a62
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>