Repository: flex-utilities
Updated Branches:
  refs/heads/develop 75e929adb -> fd1a85f06


FLEX-34605 cleanup


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

Branch: refs/heads/develop
Commit: fd1a85f06ce6be0b5780b01fdc0cefb9e8964e5c
Parents: 75e929a
Author: Justin Mclean <jmcl...@apache.org>
Authored: Sat Oct 25 15:56:21 2014 +1100
Committer: Justin Mclean <jmcl...@apache.org>
Committed: Sat Oct 25 15:56:21 2014 +1100

----------------------------------------------------------------------
 installer/src/InstallApacheFlex.mxml            | 20 ++++++++++----------
 .../resource/ViewResourceConstants.as           |  2 +-
 2 files changed, 11 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/fd1a85f0/installer/src/InstallApacheFlex.mxml
----------------------------------------------------------------------
diff --git a/installer/src/InstallApacheFlex.mxml 
b/installer/src/InstallApacheFlex.mxml
index dc12d2b..010f0ca 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;
         
@@ -117,7 +117,7 @@ variables are not required because the locations of these 
pieces are known.
         import spark.events.IndexChangeEvent;
         import spark.events.TextOperationEvent;
         
-        import AntClasses; AntClasses;
+        import AntClasses;
         import org.apache.flex.ant.Ant;
         import org.apache.flex.ant.tags.Checksum;
         import org.apache.flex.ant.tags.Copy;
@@ -1106,7 +1106,7 @@ variables are not required because the locations of these 
pieces are known.
         
         protected function handleInstallBtnClick(event:MouseEvent):void
         {
-                        var airVersionID:String = 
airVersion.selectedItem.versionID;
+            var airVersionID:String = airVersion.selectedItem.versionID;
             var flashVersionID:String = 
flashPlayerVersion.selectedItem.versionID;
             
             log("SDK version " + APACHE_FLEX_BIN_DISTRO_VERSION_DISPLAY);
@@ -1126,7 +1126,7 @@ variables are not required because the locations of these 
pieces are known.
                 else
                     log("Flash Player version " + FLASH_PLAYER_VERSION);
             }
-
+            
             if (flexSDKTxtInput.text == "") {
                 log(_viewResourceConstants.INFO_ENTER_VALID_FLEX_SDK_PATH);
             } else {
@@ -1149,7 +1149,7 @@ variables are not required because the locations of these 
pieces are known.
             var flashVersionID:String = 
flashPlayerVersion.selectedItem.versionID;
             
             setXMLVariables(); // as AIR and Flash version may of changed
-            
+           
             if (!legacy)
             {
                 var req:URLRequest = new 
URLRequest(APACHE_FLEX_BIN_INSTALLER_URL);
@@ -1166,7 +1166,7 @@ variables are not required because the locations of these 
pieces are known.
             }
         }
         
-               protected function 
handleFirstStepBackBtnClick(event:MouseEvent):void
+        protected function handleFirstStepBackBtnClick(event:MouseEvent):void
         {
             showDefaultState();
         }
@@ -1175,8 +1175,8 @@ variables are not required because the locations of these 
pieces are known.
         {
             showDirectoryState();
         }
-                
-               protected function 
handleFirstStepNextBtnClick(event:MouseEvent):void
+        
+        protected function handleFirstStepNextBtnClick(event:MouseEvent):void
         {
             // Quick check to see if the selected directory is writable
             try {
@@ -1276,7 +1276,7 @@ variables are not required because the locations of these 
pieces are known.
             initiateInstallStepsActivity();
             if (currentState != "optionsState")
             {
-            initializeInstallerComponentsDataProvider();
+                initializeInstallerComponentsDataProvider();
             }
             currentState = "directoryState";
         }

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/fd1a85f0/installer/src/org/apache/flex/packageflexsdk/resource/ViewResourceConstants.as
----------------------------------------------------------------------
diff --git 
a/installer/src/org/apache/flex/packageflexsdk/resource/ViewResourceConstants.as
 
b/installer/src/org/apache/flex/packageflexsdk/resource/ViewResourceConstants.as
index 1455c1f..8743ac1 100644
--- 
a/installer/src/org/apache/flex/packageflexsdk/resource/ViewResourceConstants.as
+++ 
b/installer/src/org/apache/flex/packageflexsdk/resource/ViewResourceConstants.as
@@ -89,7 +89,7 @@ public dynamic class ViewResourceConstants extends Proxy 
implements IEventDispat
        
        private var _eventDispatcher:EventDispatcher;
        
-       private var _resourceManager:IResourceManager = 
ResourceManager.getInstance();;
+       private var _resourceManager:IResourceManager = 
ResourceManager.getInstance();
        
        
//--------------------------------------------------------------------------
        //

Reply via email to