This is an automated email from the ASF dual-hosted git repository. aharui pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit 0190bbf8829e203e980f7230e823de8363ee1fb5 Author: Alex Harui <aha...@apache.org> AuthorDate: Mon Dec 3 22:31:27 2018 -0800 use the default baseclass impl for now --- .../SparkRoyale/src/main/royale/spark/components/DataGroup.as | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/DataGroup.as b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/DataGroup.as index 9459dd0..aa4604e 100644 --- a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/DataGroup.as +++ b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/DataGroup.as @@ -428,10 +428,11 @@ public class DataGroup extends GroupBase implements IItemRendererProvider, IStra /** * @private * Sync the typicalLayoutElement var with this group's layout. - */ + */ + /* override public function set layout(value:Object):void { - /* var oldLayout:LayoutBase = layout; + var oldLayout:LayoutBase = layout; if (value == oldLayout) return; @@ -453,8 +454,8 @@ public class DataGroup extends GroupBase implements IItemRendererProvider, IStra else typicalLayoutElement = value.typicalLayoutElement; value.addEventListener("useVirtualLayoutChanged", layout_useVirtualLayoutChangedHandler); - } */ - } + } + }*/ /** * @private