Updated Branches: refs/heads/develop 192a5b2a7 -> 9ec4d1780
FLEX-33477: Update ComboBox.as setSelectedIndex ASDOC comments to match that of the ListBase Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/9ec4d178 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/9ec4d178 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/9ec4d178 Branch: refs/heads/develop Commit: 9ec4d178067315ff2a928a0d6aa6e011cdf88870 Parents: 192a5b2 Author: Mark Kessler <[email protected]> Authored: Sat Apr 6 14:22:48 2013 -0400 Committer: Mark Kessler <[email protected]> Committed: Sat Apr 6 14:22:48 2013 -0400 ---------------------------------------------------------------------- .../spark/src/spark/components/ComboBox.as | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/9ec4d178/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 95616d0..18bf6f2 100644 --- a/frameworks/projects/spark/src/spark/components/ComboBox.as +++ b/frameworks/projects/spark/src/spark/components/ComboBox.as @@ -885,7 +885,12 @@ public class ComboBox extends DropDownListBase implements IIMESupport } /** - * @private + * @copy spark.components.supportClasses.ListBase#setSelectedIndex() + * + * @langversion 3.0 + * @playerversion Flash 10 + * @playerversion AIR 1.5 + * @productversion Flex 4 */ override public function setSelectedIndex(value:int, dispatchChangeEvent:Boolean = false, changeCaret:Boolean = true):void {
