missed a few things in the prior commit

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

Branch: refs/heads/VF2JS
Commit: ea770189fa880b44cc888c6150a1afad78692812
Parents: 7027ad8
Author: Alex Harui <aha...@apache.org>
Authored: Wed Jul 9 22:06:48 2014 -0700
Committer: Erik de Bruin <e...@ixsoftware.nl>
Committed: Mon Jul 28 11:28:11 2014 +0200

----------------------------------------------------------------------
 .../FlexJSUI/src/org/apache/flex/html/beads/CheckBoxView.as       | 2 --
 .../projects/FlexJSUI/src/org/apache/flex/html/beads/PanelView.as | 3 ---
 .../FlexJSUI/src/org/apache/flex/maps/google/beads/MapView.as     | 2 --
 3 files changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/ea770189/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/CheckBoxView.as
----------------------------------------------------------------------
diff --git 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/CheckBoxView.as
 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/CheckBoxView.as
index 1cd8b49..92512ba 100644
--- 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/CheckBoxView.as
+++ 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/CheckBoxView.as
@@ -97,8 +97,6 @@ package org.apache.flex.html.beads
                        return _toggleButtonModel;
                }
                
-               private var _strand:IStrand;
-               
         /**
          *  @copy org.apache.flex.core.IBead#strand
          *  

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/ea770189/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/PanelView.as
----------------------------------------------------------------------
diff --git 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/PanelView.as 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/PanelView.as
index 6ce3be6..db19193 100644
--- 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/PanelView.as
+++ 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/html/beads/PanelView.as
@@ -89,8 +89,6 @@ package org.apache.flex.html.beads
                        return _controlBar;
                }
                
-               private var _strand:IStrand;
-               
                /**
                 *  @copy org.apache.flex.core.IBead#strand
                 *  
@@ -102,7 +100,6 @@ package org.apache.flex.html.beads
                override public function set strand(value:IStrand):void
                {
                        super.strand = value;
-                       _strand = value;
                        
                        // replace the TitleBar's model with the Panel's model 
(it implements ITitleBarModel) so that
                        // any changes to values in the Panel's model that 
correspond values in the TitleBar will 

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/ea770189/frameworks/as/projects/FlexJSUI/src/org/apache/flex/maps/google/beads/MapView.as
----------------------------------------------------------------------
diff --git 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/maps/google/beads/MapView.as
 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/maps/google/beads/MapView.as
index dedce67..5e71187 100644
--- 
a/frameworks/as/projects/FlexJSUI/src/org/apache/flex/maps/google/beads/MapView.as
+++ 
b/frameworks/as/projects/FlexJSUI/src/org/apache/flex/maps/google/beads/MapView.as
@@ -59,8 +59,6 @@ package org.apache.flex.maps.google.beads
                
                private var _loader:HTMLLoader;
                
-               private var _strand:IStrand;
-               
                /**
                 *  @copy org.apache.flex.core.IBead#strand
                 *  

Reply via email to