remove object property.  It didn't seem to be used and was exposing a bug in 
Google Closure Compiler


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

Branch: refs/heads/develop
Commit: 276eb5e3a1310627695a81314c7299c0ea0aa732
Parents: f226437
Author: Alex Harui <aha...@apache.org>
Authored: Mon Mar 23 16:47:02 2015 -0700
Committer: Alex Harui <aha...@apache.org>
Committed: Mon Mar 23 16:47:02 2015 -0700

----------------------------------------------------------------------
 .../org/apache/flex/core/BindableCSSStyles.as   | 26 --------------------
 .../src/org/apache/flex/core/SimpleCSSStyles.as | 26 --------------------
 2 files changed, 52 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/276eb5e3/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 b31ff3e..a75ee11 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
@@ -47,32 +47,6 @@ package org.apache.flex.core
                }
                
                
-               private var _object:IStyleableObject;
-                
-        /**
-         *  The object to which these styles apply.
-         * 
-         *  @langversion 3.0
-         *  @playerversion Flash 10.2
-         *  @playerversion AIR 2.6
-         *  @productversion FlexJS 0.0
-         */
-               public function get object():IStyleableObject
-               {
-                       return _object;
-               }
-        
-        /**
-         *  @private
-         */
-               public function set object(value:IStyleableObject):void
-               {
-                       if (_object != value)
-                       {
-                _object = value;
-                       }
-               }
-               
         [Bindable]
         public var top:*;
         [Bindable]

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/276eb5e3/frameworks/as/projects/FlexJSJX/src/org/apache/flex/core/SimpleCSSStyles.as
----------------------------------------------------------------------
diff --git 
a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/core/SimpleCSSStyles.as 
b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/core/SimpleCSSStyles.as
index 3367bb5..abe05c3 100644
--- 
a/frameworks/as/projects/FlexJSJX/src/org/apache/flex/core/SimpleCSSStyles.as
+++ 
b/frameworks/as/projects/FlexJSJX/src/org/apache/flex/core/SimpleCSSStyles.as
@@ -46,32 +46,6 @@ package org.apache.flex.core
                }
                
                
-               private var _object:IStyleableObject;
-                
-        /**
-         *  The object to which these styles apply.
-         * 
-         *  @langversion 3.0
-         *  @playerversion Flash 10.2
-         *  @playerversion AIR 2.6
-         *  @productversion FlexJS 0.0
-         */
-               public function get object():IStyleableObject
-               {
-                       return _object;
-               }
-        
-        /**
-         *  @private
-         */
-               public function set object(value:IStyleableObject):void
-               {
-                       if (_object != value)
-                       {
-                _object = value;
-                       }
-               }
-               
         public var top:*;
         public var bottom:*;
         public var left:*;

Reply via email to