code clean up

Signed-off-by: OmPrakash Muppirala <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/flex-examples/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-examples/commit/975d032c
Tree: http://git-wip-us.apache.org/repos/asf/flex-examples/tree/975d032c
Diff: http://git-wip-us.apache.org/repos/asf/flex-examples/diff/975d032c

Branch: refs/heads/develop
Commit: 975d032c2eab8f8c664d4226232812907d090931
Parents: 7c9509b
Author: nasha001 <[email protected]>
Authored: Wed Jan 8 07:52:40 2014 -0500
Committer: OmPrakash Muppirala <[email protected]>
Committed: Tue Nov 4 11:07:31 2014 -0800

----------------------------------------------------------------------
 tourdeflexmobile/src/TourDeFlexMobile.mxml | 3 +--
 tourdeflexmobile/src/views/BlogView.mxml   | 3 ++-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-examples/blob/975d032c/tourdeflexmobile/src/TourDeFlexMobile.mxml
----------------------------------------------------------------------
diff --git a/tourdeflexmobile/src/TourDeFlexMobile.mxml 
b/tourdeflexmobile/src/TourDeFlexMobile.mxml
index 9a0e36a..71a2704 100644
--- a/tourdeflexmobile/src/TourDeFlexMobile.mxml
+++ b/tourdeflexmobile/src/TourDeFlexMobile.mxml
@@ -196,8 +196,7 @@ limitations under the License.
        
        
        
-       <s:Group id="lateralMenu" width="225" y="0" height="100%">
-               
+       <s:Group id="lateralMenu" width="225" y="0" height="100%">      
                <s:List id="componentsList" 
itemRenderer="renderers.MenuRenderer" width="225" height="100%" 
                                change="changeHandler(event)" 
contentBackgroundColor="#000000">
                        <s:ArrayList>

http://git-wip-us.apache.org/repos/asf/flex-examples/blob/975d032c/tourdeflexmobile/src/views/BlogView.mxml
----------------------------------------------------------------------
diff --git a/tourdeflexmobile/src/views/BlogView.mxml 
b/tourdeflexmobile/src/views/BlogView.mxml
index ba729e3..3291ec8 100644
--- a/tourdeflexmobile/src/views/BlogView.mxml
+++ b/tourdeflexmobile/src/views/BlogView.mxml
@@ -19,7 +19,8 @@ limitations under the License.
 -->
 <s:View xmlns:fx="http://ns.adobe.com/mxml/2009"; 
                xmlns:s="library://ns.adobe.com/flex/spark" 
-               title="Apache Flex Blog" viewActivate="init(event)">
+               title="Apache Flex Blog" 
+               viewActivate="init(event)">
        <fx:Script>
                <![CDATA[
                        import mx.rpc.events.ResultEvent;

Reply via email to