Updated Branches: refs/heads/develop 638fd912a -> 5e6e5c36c
FLEX-33498: Corrected asdoc changes from a merge issue. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/5e6e5c36 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/5e6e5c36 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/5e6e5c36 Branch: refs/heads/develop Commit: 5e6e5c36c6e713d55d4e289ec530cdb09d124002 Parents: 638fd91 Author: Mark Kessler <[email protected]> Authored: Fri Apr 19 22:00:01 2013 -0400 Committer: Mark Kessler <[email protected]> Committed: Fri Apr 19 22:04:01 2013 -0400 ---------------------------------------------------------------------- .../spark/src/spark/components/DataGrid.as | 6 +++--- .../projects/spark/src/spark/components/Grid.as | 10 +++++----- .../spark/components/supportClasses/ListBase.as | 6 +++--- 3 files changed, 11 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/5e6e5c36/frameworks/projects/spark/src/spark/components/DataGrid.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/spark/src/spark/components/DataGrid.as b/frameworks/projects/spark/src/spark/components/DataGrid.as index 9eede5e..fa567c5 100644 --- a/frameworks/projects/spark/src/spark/components/DataGrid.as +++ b/frameworks/projects/spark/src/spark/components/DataGrid.as @@ -1574,9 +1574,9 @@ public class DataGrid extends SkinnableContainerBase * @see spark.components.gridClasses.GridDoubleClickMode * * @langversion 3.0 - * @playerversion Flash 10 - * @playerversion AIR 2.5 - * @productversion Flex 4.5 + * @playerversion Flash 11.1 + * @playerversion AIR 3.4 + * @productversion Flex 4.10 */ public function get doubleClickMode():String http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/5e6e5c36/frameworks/projects/spark/src/spark/components/Grid.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/spark/src/spark/components/Grid.as b/frameworks/projects/spark/src/spark/components/Grid.as index 320a34f..94a16fe 100644 --- a/frameworks/projects/spark/src/spark/components/Grid.as +++ b/frameworks/projects/spark/src/spark/components/Grid.as @@ -194,7 +194,7 @@ use namespace mx_internal; * overhead to a minimum, pooled and recycled.</p> * * <p>The Grid control supports a doubleClick event, according the <code>doubleClickMode</code> - * property. + * property.</p> * * <p>The Grid control supports selection, according the <code>selectionMode</code> * property. The set of selected row or cell indices can be modified or @@ -212,7 +212,7 @@ use namespace mx_internal; * <p>The Grid control supports smooth scrolling. * Their vertical and horizontal scroll positions define the pixel origin * of the visible part of the grid and the grid's layout only displays - * as many cell item renderers as are needed to fill the available space. </p> + * as many cell item renderers as are needed to fill the available space.</p> * * <p>The Grid control supports variable height rows that automatically compute * their height based on the item renderers' contents. @@ -1279,9 +1279,9 @@ public class Grid extends Group implements IDataGridElement, IDataProviderEnhanc * @see spark.components.gridClasses.GridDoubleClickMode * * @langversion 3.0 - * @playerversion Flash 10 - * @playerversion AIR 2.5 - * @productversion Flex 4.5 + * @playerversion Flash 11.1 + * @playerversion AIR 3.4 + * @productversion Flex 4.10 */ public function get doubleClickMode():String { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/5e6e5c36/frameworks/projects/spark/src/spark/components/supportClasses/ListBase.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/spark/src/spark/components/supportClasses/ListBase.as b/frameworks/projects/spark/src/spark/components/supportClasses/ListBase.as index fa391ba..50fcdb3 100644 --- a/frameworks/projects/spark/src/spark/components/supportClasses/ListBase.as +++ b/frameworks/projects/spark/src/spark/components/supportClasses/ListBase.as @@ -789,9 +789,9 @@ public class ListBase extends SkinnableDataContainer implements IDataProviderEnh * this method. If false, caretIndex won't change. * * @langversion 3.0 - * @playerversion Flash 10 - * @playerversion AIR 1.5 - * @productversion Flex 4 + * @playerversion Flash 11.1 + * @playerversion AIR 3.4 + * @productversion Flex 4.10 */ public function setSelectedIndex(rowIndex:int, dispatchChangeEvent:Boolean = false, changeCaret:Boolean = true):void {
