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/11/11 23:08:22 UTC

[06/28] git commit: [flex-asjs] [refs/heads/develop] - needs to extend EventDispatcher to be cross-compiled

needs to extend EventDispatcher to be cross-compiled


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

Branch: refs/heads/develop
Commit: 85462e98edd6f250e18fce50d0921bd661938e37
Parents: b274c83
Author: Alex Harui <ah...@apache.org>
Authored: Thu Nov 6 23:04:42 2014 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Tue Nov 11 14:07:57 2014 -0800

----------------------------------------------------------------------
 .../FlexJSJX/src/org/apache/flex/core/BindableCSSStyles.as         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/85462e98/frameworks/as/projects/FlexJSJX/src/org/apache/flex/core/BindableCSSStyles.as
----------------------------------------------------------------------
diff --git a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/core/BindableCSSStyles.as b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/core/BindableCSSStyles.as
index f601ade..b31ff3e 100644
--- a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/core/BindableCSSStyles.as
+++ b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/core/BindableCSSStyles.as
@@ -31,7 +31,7 @@ package org.apache.flex.core
      *  @playerversion AIR 2.6
      *  @productversion FlexJS 0.0
      */
-	public class BindableCSSStyles 
+	public class BindableCSSStyles extends EventDispatcher
 	{
         /**
          *  Constructor.