forgot to delete these two lines
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/784ad264 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/784ad264 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/784ad264 Branch: refs/heads/tlf Commit: 784ad2642fc3e71535545ead241e8d5ce5798200 Parents: 51b2834 Author: Alex Harui <[email protected]> Authored: Wed May 31 10:46:34 2017 -0700 Committer: Alex Harui <[email protected]> Committed: Wed May 31 10:46:34 2017 -0700 ---------------------------------------------------------------------- .../Core/src/main/flex/org/apache/flex/core/BindableCSSStyles.as | 1 - .../src/main/flex/org/apache/flex/core/BindableCSSStylesWithFlex.as | 1 - 2 files changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/784ad264/frameworks/projects/Core/src/main/flex/org/apache/flex/core/BindableCSSStyles.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/Core/src/main/flex/org/apache/flex/core/BindableCSSStyles.as b/frameworks/projects/Core/src/main/flex/org/apache/flex/core/BindableCSSStyles.as index f34d476..1b13940 100644 --- a/frameworks/projects/Core/src/main/flex/org/apache/flex/core/BindableCSSStyles.as +++ b/frameworks/projects/Core/src/main/flex/org/apache/flex/core/BindableCSSStyles.as @@ -97,7 +97,6 @@ package org.apache.flex.core public var color:*; public var fontWeight:*; public var fontStyle:*; - public var backgroundAlpha:*; public var backgroundColor:*; public var backgroundImage:*; public var border:*; http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/784ad264/frameworks/projects/Core/src/main/flex/org/apache/flex/core/BindableCSSStylesWithFlex.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/Core/src/main/flex/org/apache/flex/core/BindableCSSStylesWithFlex.as b/frameworks/projects/Core/src/main/flex/org/apache/flex/core/BindableCSSStylesWithFlex.as index ca380d3..d5e267a 100644 --- a/frameworks/projects/Core/src/main/flex/org/apache/flex/core/BindableCSSStylesWithFlex.as +++ b/frameworks/projects/Core/src/main/flex/org/apache/flex/core/BindableCSSStylesWithFlex.as @@ -100,7 +100,6 @@ package org.apache.flex.core public var color:*; public var fontWeight:*; public var fontStyle:*; - public var backgroundAlpha:*; public var backgroundColor:*; public var backgroundImage:*; public var border:*;
