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 efe141b  fix example for now
efe141b is described below

commit efe141be9f78c9586ad6df987687f24e9ab96f12
Author: Carlos Rovira <carlosrov...@apache.org>
AuthorDate: Fri Jun 29 21:07:59 2018 +0200

    fix example for now
---
 examples/royale/JewelExample/src/main/royale/MainContent.mxml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/royale/JewelExample/src/main/royale/MainContent.mxml 
b/examples/royale/JewelExample/src/main/royale/MainContent.mxml
index d8c215c..c40e424 100644
--- a/examples/royale/JewelExample/src/main/royale/MainContent.mxml
+++ b/examples/royale/JewelExample/src/main/royale/MainContent.mxml
@@ -35,7 +35,7 @@ limitations under the License.
             <j:Label text="Header Title"/>
         </j:DrawerHeader>
         <j:DrawerContent>
-            <j:Navigation id="nav" click="clickHandler(event);">
+            <j:Navigation id="nav">
                 <j:beads>
                     <js:ConstantBinding
                             sourceID="mainNavigationModel"
@@ -44,7 +44,7 @@ limitations under the License.
                 </j:beads>
             </j:Navigation>
             <j:Divider/>
-            <j:Navigation id="nav2" click="clickHandler(event);">
+            <j:Navigation id="nav2">
                 <j:beads>
                     <js:ConstantBinding
                             sourceID="mainNavigationModel"

Reply via email to