Updated Branches: refs/heads/develop cdcb49242 -> cfc9b1d1a
FLEX-33984: Corrected an ASDOC comment. FLEX-33984: Corrected ASDOC tag. Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/cfc9b1d1 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/cfc9b1d1 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/cfc9b1d1 Branch: refs/heads/develop Commit: cfc9b1d1ab880fd9edb192a186fc89637a7e1431 Parents: cdcb492 Author: Mark Kessler <[email protected]> Authored: Sun Dec 8 17:35:35 2013 -0500 Committer: Mark Kessler <[email protected]> Committed: Sun Dec 8 17:35:35 2013 -0500 ---------------------------------------------------------------------- .../projects/spark/src/spark/skins/spark/CheckBoxSkin.mxml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/cfc9b1d1/frameworks/projects/spark/src/spark/skins/spark/CheckBoxSkin.mxml ---------------------------------------------------------------------- diff --git a/frameworks/projects/spark/src/spark/skins/spark/CheckBoxSkin.mxml b/frameworks/projects/spark/src/spark/skins/spark/CheckBoxSkin.mxml index e6bf5b3..f4ad944 100644 --- a/frameworks/projects/spark/src/spark/skins/spark/CheckBoxSkin.mxml +++ b/frameworks/projects/spark/src/spark/skins/spark/CheckBoxSkin.mxml @@ -117,8 +117,7 @@ //-------------------------------------------------------------------------- /** - * Sets the label placement in relation to the checkbox. - * Requires the SkinParts <code>checkDisplay</code> and <code>labelDisplay</code>. + * Sets the label placement in relation to the checkbox. * * @langversion 3.0 * @playerversion Flash 11.8 @@ -232,7 +231,7 @@ </s:states> <!-- Checkbox container --> - <!--- @copy spark.components.CheckBox#checkDisplay --> + <!--- Group that houses the CheckBox and check --> <s:Group id="checkDisplay" verticalCenter="0" width="13" height="13" layoutDirection="ltr"> <!-- drop shadow --> <s:Rect left="-1" top="-1" right="-1" bottom="-1">
