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 2015/01/10 08:46:13 UTC

[07/10] git commit: [flex-asjs] [refs/heads/develop] - support bordercolor

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 <ah...@apache.org>
Authored: Fri Jan 9 23:41:19 2015 -0800
Committer: Alex Harui <ah...@apache.org>
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
 };