You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2014/09/25 18:03:53 UTC

[11/50] git commit: [flex-asjs] [refs/heads/develop] - add a few more styles

add a few more styles


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

Branch: refs/heads/develop
Commit: 00eddfe78da3d7e08d17598bea58e6515d053060
Parents: a63ef45
Author: Alex Harui <ah...@apache.org>
Authored: Mon Sep 15 14:59:39 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Tue Sep 23 14:49:44 2014 -0700

----------------------------------------------------------------------
 .../projects/FlexJSUI/src/org/apache/flex/core/SimpleCSSStyles.as  | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/00eddfe7/frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/SimpleCSSStyles.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/SimpleCSSStyles.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/SimpleCSSStyles.as
index d88c819..f3add4d 100644
--- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/SimpleCSSStyles.as
+++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/SimpleCSSStyles.as
@@ -88,6 +88,8 @@ package org.apache.flex.core
         public var fontFamily:*;
         public var fontSize:*;
         public var color:*;
+        public var fontWeight:*;
+        public var fontStyle:*;
         public var backgroundAlpha:*;
         public var backgroundColor:*;
         public var backgroundImage:*;