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 <[email protected]>
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>

Reply via email to