You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2017/06/01 05:58:13 UTC

[2/7] git commit: [flex-asjs] [refs/heads/develop] - add missing ;

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 <jm...@apache.org>
Authored: Thu Jun 1 12:22:25 2017 +1000
Committer: Justin Mclean <jm...@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
-        }
+        };
 	}
 }