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/master Commit: f923fc18303bb555bb8da8c19560b40bd119bd47 Parents: 67cfb09 Author: Justin Mclean <[email protected]> Authored: Mon Oct 20 08:57:43 2014 +1100 Committer: Justin Mclean <[email protected]> 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> <