You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by nm...@apache.org on 2014/12/17 20:29:50 UTC

git commit: [flex-utilities] [refs/heads/develop] - removed extra ;

Repository: flex-utilities
Updated Branches:
  refs/heads/develop a986ba168 -> aff565e2a


removed extra ;


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

Branch: refs/heads/develop
Commit: aff565e2adce1e188cfa20964ab000dfdb54a15a
Parents: a986ba1
Author: Neil Madsen <nm...@apache.org>
Authored: Wed Dec 17 12:29:04 2014 -0700
Committer: Neil Madsen <nm...@apache.org>
Committed: Wed Dec 17 12:29:04 2014 -0700

----------------------------------------------------------------------
 installer/src/ws/tink/spark/controls/ProgressBar.as | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/aff565e2/installer/src/ws/tink/spark/controls/ProgressBar.as
----------------------------------------------------------------------
diff --git a/installer/src/ws/tink/spark/controls/ProgressBar.as b/installer/src/ws/tink/spark/controls/ProgressBar.as
index 40d4bd0..162c940 100644
--- a/installer/src/ws/tink/spark/controls/ProgressBar.as
+++ b/installer/src/ws/tink/spark/controls/ProgressBar.as
@@ -125,7 +125,7 @@ package ws.tink.spark.controls
 		{
 			super.partAdded( partName, instance );
 			
-			if( instance == percentLayout ) percentLayout.percent = percent;;
+			if( instance == percentLayout ) percentLayout.percent = percent;
 		}
 	}
 }