handle text-align
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/d53ed7d9 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/d53ed7d9 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/d53ed7d9 Branch: refs/heads/develop Commit: d53ed7d95954436dec47d2532c2f5161a9a4a78a Parents: e4d65e2 Author: Alex Harui <aha...@apache.org> Authored: Tue Sep 23 14:35:11 2014 -0700 Committer: Alex Harui <aha...@apache.org> Committed: Tue Sep 23 15:01:31 2014 -0700 ---------------------------------------------------------------------- .../FlexJSUI/src/org/apache/flex/core/SimpleCSSValuesImpl.as | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/d53ed7d9/frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/SimpleCSSValuesImpl.as ---------------------------------------------------------------------- diff --git a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/SimpleCSSValuesImpl.as b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/SimpleCSSValuesImpl.as index 95b0987..103e732 100644 --- a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/SimpleCSSValuesImpl.as +++ b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/SimpleCSSValuesImpl.as @@ -482,7 +482,8 @@ package org.apache.flex.core "color" : 1, "fontFamily" : 1, "fontSize" : 1, - "fontStyle" : 1 + "fontStyle" : 1, + "textAlign" : 1 } }