Repository: flex-asjs
Updated Branches:
  refs/heads/develop 0d6965416 -> d78243ed0


opps extra ; crept in


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

Branch: refs/heads/develop
Commit: d78243ed0ddf0ba8dec59d3e6d65304f31811a0f
Parents: 0d69654
Author: Justin Mclean <jmcl...@apache.org>
Authored: Mon Jun 5 13:49:44 2017 +1000
Committer: Justin Mclean <jmcl...@apache.org>
Committed: Mon Jun 5 13:49:44 2017 +1000

----------------------------------------------------------------------
 .../flex/org/apache/flex/html/accessories/PasswordInputBead.as     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d78243ed/frameworks/projects/Basic/src/main/flex/org/apache/flex/html/accessories/PasswordInputBead.as
----------------------------------------------------------------------
diff --git 
a/frameworks/projects/Basic/src/main/flex/org/apache/flex/html/accessories/PasswordInputBead.as
 
b/frameworks/projects/Basic/src/main/flex/org/apache/flex/html/accessories/PasswordInputBead.as
index 4312100..8e47222 100644
--- 
a/frameworks/projects/Basic/src/main/flex/org/apache/flex/html/accessories/PasswordInputBead.as
+++ 
b/frameworks/projects/Basic/src/main/flex/org/apache/flex/html/accessories/PasswordInputBead.as
@@ -78,7 +78,7 @@ package org.apache.flex.html.accessories
                                var host:UIBase;
                                var e:HTMLInputElement;
 
-                               if (value !== null) {;
+                               if (value !== null) {
                                        host = value as UIBase;
                                        e = host.element as HTMLInputElement;
                                        e.type = 'password';

Reply via email to