Updated Branches: refs/heads/develop 2b3c3c090 -> 317e88442
FLEX-33477: Corrected the ASDOC tags for the versions implemented and tested the changes with. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/02230059 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/02230059 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/02230059 Branch: refs/heads/develop Commit: 0223005900897d55ecaf245f3f26d1efc158966b Parents: 2b3c3c0 Author: Mark Kessler <[email protected]> Authored: Sun Apr 7 11:48:27 2013 -0400 Committer: Mark Kessler <[email protected]> Committed: Sun Apr 7 11:48:27 2013 -0400 ---------------------------------------------------------------------- .../spark/src/spark/components/ComboBox.as | 6 +++--- .../spark/components/supportClasses/ListBase.as | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/02230059/frameworks/projects/spark/src/spark/components/ComboBox.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/spark/src/spark/components/ComboBox.as b/frameworks/projects/spark/src/spark/components/ComboBox.as index 18bf6f2..79905b7 100644 --- a/frameworks/projects/spark/src/spark/components/ComboBox.as +++ b/frameworks/projects/spark/src/spark/components/ComboBox.as @@ -888,9 +888,9 @@ public class ComboBox extends DropDownListBase implements IIMESupport * @copy spark.components.supportClasses.ListBase#setSelectedIndex() * * @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 */ override public function setSelectedIndex(value:int, dispatchChangeEvent:Boolean = false, changeCaret:Boolean = true):void { http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/02230059/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 20b9ad6..d0da37f 100644 --- a/frameworks/projects/spark/src/spark/components/supportClasses/ListBase.as +++ b/frameworks/projects/spark/src/spark/components/supportClasses/ListBase.as @@ -722,9 +722,9 @@ public class ListBase extends SkinnableDataContainer * 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 {
