add 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/53eeff43
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/53eeff43
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/53eeff43

Branch: refs/heads/develop
Commit: 53eeff433ecc681202f7839fca62aab7c87b635d
Parents: 02a1232
Author: Justin Mclean <jmcl...@apache.org>
Authored: Thu Jun 1 12:22:25 2017 +1000
Committer: Justin Mclean <jmcl...@apache.org>
Committed: Thu Jun 1 12:22:25 2017 +1000

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


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/53eeff43/frameworks/projects/Core/src/main/flex/org/apache/flex/utils/CSSUtils.as
----------------------------------------------------------------------
diff --git 
a/frameworks/projects/Core/src/main/flex/org/apache/flex/utils/CSSUtils.as 
b/frameworks/projects/Core/src/main/flex/org/apache/flex/utils/CSSUtils.as
index 36705ba..0dcad67 100644
--- a/frameworks/projects/Core/src/main/flex/org/apache/flex/utils/CSSUtils.as
+++ b/frameworks/projects/Core/src/main/flex/org/apache/flex/utils/CSSUtils.as
@@ -334,6 +334,6 @@ package org.apache.flex.utils
             navy:       0xFF000080,
             fuchsia: 0xFFFF00FF,
             purple:     0xFF800080
-        }
+        };
        }
 }

Reply via email to