Updated Branches:
  refs/heads/develop fb1fe3800 -> 566fd846a

FLEX-33131 made rendererDescriptionMap protected


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

Branch: refs/heads/develop
Commit: 566fd846a88b146d5e2845feecceb233c9c4d874
Parents: fb1fe38
Author: Justin Mclean <jmcl...@apache.org>
Authored: Thu Sep 12 12:19:46 2013 +1000
Committer: Justin Mclean <jmcl...@apache.org>
Committed: Thu Sep 12 12:19:46 2013 +1000

----------------------------------------------------------------------
 .../advancedgrids/src/mx/controls/AdvancedDataGrid.as   | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/566fd846/frameworks/projects/advancedgrids/src/mx/controls/AdvancedDataGrid.as
----------------------------------------------------------------------
diff --git 
a/frameworks/projects/advancedgrids/src/mx/controls/AdvancedDataGrid.as 
b/frameworks/projects/advancedgrids/src/mx/controls/AdvancedDataGrid.as
index c43f1ba..38f5bc0 100644
--- a/frameworks/projects/advancedgrids/src/mx/controls/AdvancedDataGrid.as
+++ b/frameworks/projects/advancedgrids/src/mx/controls/AdvancedDataGrid.as
@@ -631,10 +631,16 @@ public class AdvancedDataGrid extends 
AdvancedDataGridBaseEx
     
//--------------------------------------------------------------------------
 
     /**
-     *  @private
-     *  Maps items to AdvancedDataGridDescription
+        *  Maps renders to row and column spanning info.
+        * 
+     *  @see 
mx.controls.advancedDataGridClasses.AdvancedDataGridRendererDescription
+     *  
+     *  @langversion 3.0
+     *  @playerversion Flash 9
+     *  @playerversion AIR 1.1
+     *  @productversion Flex 4.11
      */
-    private var rendererDescriptionMap:Dictionary;
+    protected var rendererDescriptionMap:Dictionary;
     
     /**
      *  @private

Reply via email to