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 0660310 format drawer code example
0660310 is described below
commit 06603106b99bd5d67c7fe59f19ef81b577d096d5
Author: Carlos Rovira <[email protected]>
AuthorDate: Sun Jul 1 20:22:14 2018 +0200
format drawer code example
---
.../royale/JewelExample/src/main/royale/MainContent.mxml | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/examples/royale/JewelExample/src/main/royale/MainContent.mxml
b/examples/royale/JewelExample/src/main/royale/MainContent.mxml
index 32e2d47..2011f06 100644
--- a/examples/royale/JewelExample/src/main/royale/MainContent.mxml
+++ b/examples/royale/JewelExample/src/main/royale/MainContent.mxml
@@ -46,21 +46,21 @@ limitations under the License.
<j:Image src="assets/apache-royale-jewel-logo-white.svg"/>
</j:DrawerHeader>
<j:DrawerContent>
- <j:Navigation id="nav2" click="clickHandler(event);"
className="navIconLinItemRenderer">
+ <j:Navigation id="nav2" click="clickHandler(event)"
className="navIconLinItemRenderer">
<j:beads>
<js:ConstantBinding
- sourceID="mainNavigationModel"
- sourcePropertyName="containerDrawerNavigation"
- destinationPropertyName="dataProvider" />
+ sourceID="mainNavigationModel"
+ sourcePropertyName="containerDrawerNavigation"
+ destinationPropertyName="dataProvider"/>
</j:beads>
</j:Navigation>
<j:Divider/>
- <j:Navigation id="nav" click="clickHandler(event);"
className="navIconLinItemRenderer">
+ <j:Navigation id="nav" click="clickHandler(event)"
className="navIconLinItemRenderer">
<j:beads>
<js:ConstantBinding
- sourceID="mainNavigationModel"
- sourcePropertyName="controlsDrawerNavigation"
- destinationPropertyName="dataProvider" />
+ sourceID="mainNavigationModel"
+ sourcePropertyName="controlsDrawerNavigation"
+ destinationPropertyName="dataProvider"/>
</j:beads>
</j:Navigation>
</j:DrawerContent>