add missing semicolons

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

Branch: refs/heads/develop
Commit: 004d2044bfa04ed15f65cd66e98f0f43a14b8cfd
Parents: 47ddad3
Author: Justin Mclean <jmcl...@apache.org>
Authored: Sun May 21 06:50:47 2017 +1000
Committer: Justin Mclean <jmcl...@apache.org>
Committed: Sun May 21 06:50:47 2017 +1000

----------------------------------------------------------------------
 .../main/flex/org/apache/flex/core/SimpleCSSValuesImpl.as | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/004d2044/frameworks/projects/Core/src/main/flex/org/apache/flex/core/SimpleCSSValuesImpl.as
----------------------------------------------------------------------
diff --git 
a/frameworks/projects/Core/src/main/flex/org/apache/flex/core/SimpleCSSValuesImpl.as
 
b/frameworks/projects/Core/src/main/flex/org/apache/flex/core/SimpleCSSValuesImpl.as
index d7315f2..391d54d 100644
--- 
a/frameworks/projects/Core/src/main/flex/org/apache/flex/core/SimpleCSSValuesImpl.as
+++ 
b/frameworks/projects/Core/src/main/flex/org/apache/flex/core/SimpleCSSValuesImpl.as
@@ -665,7 +665,7 @@ package org.apache.flex.core
             "fontSize" : 1,
             "fontStyle" : 1,
             "textAlign" : 1
-        }
+        };
 
         /**
          * The styles that apply to each UI widget
@@ -679,7 +679,7 @@ package org.apache.flex.core
             'fontWeight': 1,
             'fontSize': 1,
             'fontStyle': 1
-        }
+        };
         
         
         /**
@@ -690,7 +690,7 @@ package org.apache.flex.core
             'backgroundColor': 1,
             'borderColor': 1,
             'color': 1
-        }
+        };
 
         /**
          * The styles that can use raw numbers
@@ -698,7 +698,7 @@ package org.apache.flex.core
         COMPILE::JS
         public static var numericStyles:Object = {
             'fontWeight': 1
-        }
+        };
         
         
         /**
@@ -707,7 +707,7 @@ package org.apache.flex.core
         COMPILE::JS
         public static var skipStyles:Object = {
             'constructor': 1
-        }
+        };
         
         
 

Reply via email to