support bordercolor
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/b3c31338 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/b3c31338 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/b3c31338 Branch: refs/heads/develop Commit: b3c31338d92d4a7f7a32175471d7664661fe5552 Parents: 64906f9 Author: Alex Harui <[email protected]> Authored: Fri Jan 9 23:41:19 2015 -0800 Committer: Alex Harui <[email protected]> Committed: Fri Jan 9 23:45:58 2015 -0800 ---------------------------------------------------------------------- .../js/FlexJS/src/org/apache/flex/core/SimpleCSSValuesImpl.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/b3c31338/frameworks/js/FlexJS/src/org/apache/flex/core/SimpleCSSValuesImpl.js ---------------------------------------------------------------------- diff --git a/frameworks/js/FlexJS/src/org/apache/flex/core/SimpleCSSValuesImpl.js b/frameworks/js/FlexJS/src/org/apache/flex/core/SimpleCSSValuesImpl.js index 68ead66..7d9e92a 100644 --- a/frameworks/js/FlexJS/src/org/apache/flex/core/SimpleCSSValuesImpl.js +++ b/frameworks/js/FlexJS/src/org/apache/flex/core/SimpleCSSValuesImpl.js @@ -285,6 +285,7 @@ org.apache.flex.core.SimpleCSSValuesImpl.perInstanceStyles = { */ org.apache.flex.core.SimpleCSSValuesImpl.colorStyles = { backgroundColor: 1, + borderColor: 1, color: 1 };
