Repository: flex-utilities
Updated Branches:
  refs/heads/develop 67cfb096a -> aed9b1e58


FLEX-34606 redundant variable fix


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

Branch: refs/heads/develop
Commit: f923fc18303bb555bb8da8c19560b40bd119bd47
Parents: 67cfb09
Author: Justin Mclean <jmcl...@apache.org>
Authored: Mon Oct 20 08:57:43 2014 +1100
Committer: Justin Mclean <jmcl...@apache.org>
Committed: Mon Oct 20 08:57:43 2014 +1100

----------------------------------------------------------------------
 installer/src/InstallApacheFlex.mxml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/f923fc18/installer/src/InstallApacheFlex.mxml
----------------------------------------------------------------------
diff --git a/installer/src/InstallApacheFlex.mxml 
b/installer/src/InstallApacheFlex.mxml
index 09267cc..cbb616d 100644
--- a/installer/src/InstallApacheFlex.mxml
+++ b/installer/src/InstallApacheFlex.mxml
@@ -51,7 +51,7 @@ variables are not required because the locations of these 
pieces are known.
         <fx:Component className="CacheDialog" >
             <s:TitleWindow title="Download Cache Configuration" width="400" 
height="130" 
                            backgroundColor="0xDDDDDD" close="closeUp()">
-                <fx:Script>
+                 <fx:Script>
                     <![CDATA[
                         import mx.managers.PopUpManager;
                         
@@ -98,7 +98,7 @@ variables are not required because the locations of these 
pieces are known.
             </s:TitleWindow>
         </fx:Component>
     </fx:Declarations>
-    <fx:Script><![CDATA[
+     <fx:Script><![CDATA[
         import flash.globalization.LocaleID;
         import flash.globalization.StringTools;
         
@@ -2464,7 +2464,7 @@ variables are not required because the locations of these 
pieces are known.
                 return;
             }
             
-            var file:File = file = _flexHomeDir.resolvePath("installer.log");
+            var file:File = _flexHomeDir.resolvePath("installer.log");
             var fs:FileStream = new FileStream();
             
             try {

Reply via email to