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/11/27 18:00:57 UTC

[royale-asjs] branch develop updated: compiler-fix: fix child namespaces (2) (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


The following commit(s) were added to refs/heads/develop by this push:
     new 23b8145  compiler-fix: fix child namespaces (2) (royale/royale-compiler#101)
23b8145 is described below

commit 23b8145b5001372225f44ddbeaeaa76028d5aa1f
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Wed Nov 27 19:00:14 2019 +0100

    compiler-fix: fix child namespaces (2) (royale/royale-compiler#101)
---
 examples/royale/TourDeJewel/src/main/royale/MainContent.mxml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/royale/TourDeJewel/src/main/royale/MainContent.mxml b/examples/royale/TourDeJewel/src/main/royale/MainContent.mxml
index b5f02af..72e00ca 100644
--- a/examples/royale/TourDeJewel/src/main/royale/MainContent.mxml
+++ b/examples/royale/TourDeJewel/src/main/royale/MainContent.mxml
@@ -192,9 +192,9 @@ limitations under the License.
         <j:BarRow>
             <j:BarSection>
                 <j:IconButton click="drawer.isOpen ? drawer.close() : drawer.open()">
-                    <js:beads>
+                    <j:beads>
                         <j:ResponsiveVisibility desktopVisible="false" wideScreenVisible="false" />
-                    </js:beads>
+                    </j:beads>
                     <j:icon>
                         <js:FontIcon text="{MaterialIconType.MENU}" material="true"/>
                     </j:icon>