This is an automated email from the ASF dual-hosted git repository. carlosrovira pushed a commit to branch feature/jewel-datagrid in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit 22e4fe05f93616481d4d97243af51860696910ad Author: Carlos Rovira <[email protected]> AuthorDate: Wed Nov 27 18:54:28 2019 +0100 required-by-compiler-fix: fix child namespaces (royale/royale-compiler#101) --- .../royale/TourDeJewel/src/main/royale/DataGridPlayGround.mxml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/royale/TourDeJewel/src/main/royale/DataGridPlayGround.mxml b/examples/royale/TourDeJewel/src/main/royale/DataGridPlayGround.mxml index 6ed39eb..bffd6f1 100644 --- a/examples/royale/TourDeJewel/src/main/royale/DataGridPlayGround.mxml +++ b/examples/royale/TourDeJewel/src/main/royale/DataGridPlayGround.mxml @@ -41,13 +41,13 @@ limitations under the License. ]]> </fx:Script> - <js:model> + <c:model> <models:ProductModel localId="productModel"/> - </js:model> + </c:model> - <j:beads> + <c:beads> <js:ContainerDataBinding/> - </j:beads> + </c:beads> <j:Grid gap="true" itemsVerticalAlign="itemsSameHeight"> <j:GridCell desktopNumerator="1" desktopDenominator="2" tabletNumerator="1" tabletDenominator="2" phoneNumerator="1" phoneDenominator="1">
