missing ;

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

Branch: refs/heads/develop
Commit: bdbffb82be8c61e62d076238af43a7d9f1ed93b8
Parents: fe68c41
Author: Justin Mclean <jmcl...@apache.org>
Authored: Thu Jun 1 13:24:07 2017 +1000
Committer: Justin Mclean <jmcl...@apache.org>
Committed: Thu Jun 1 13:24:07 2017 +1000

----------------------------------------------------------------------
 .../Core/src/main/flex/org/apache/flex/utils/StringUtil.as         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/bdbffb82/frameworks/projects/Core/src/main/flex/org/apache/flex/utils/StringUtil.as
----------------------------------------------------------------------
diff --git 
a/frameworks/projects/Core/src/main/flex/org/apache/flex/utils/StringUtil.as 
b/frameworks/projects/Core/src/main/flex/org/apache/flex/utils/StringUtil.as
index 6a8e371..180efe6 100644
--- a/frameworks/projects/Core/src/main/flex/org/apache/flex/utils/StringUtil.as
+++ b/frameworks/projects/Core/src/main/flex/org/apache/flex/utils/StringUtil.as
@@ -292,7 +292,7 @@ package org.apache.flex.utils
                        
                        for (var i:int = 0; i < n; i++)
                        {
-                               code = restrict.charCodeAt(i)
+                               code = restrict.charCodeAt(i);
                                
                                var acceptCode:Boolean = false;
                                if (!inBackSlash)

Reply via email to