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 2019/12/12 23:47:12 UTC

[royale-asjs] 11/42: required-by-compiler-fix: fix child namespaces (royale/royale-compiler#101)

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

commit f0080de7df5ef2f70cb69f7712a72a37c49c3c10
Author: Carlos Rovira <ca...@apache.org>
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">