You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by mk...@apache.org on 2013/12/08 23:37:31 UTC

git commit: [flex-sdk] [refs/heads/develop] - FLEX-33984: Corrected an ASDOC comment.

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 <Ke...@gmail.com>
Authored: Sun Dec 8 17:35:35 2013 -0500
Committer: Mark Kessler <Ke...@gmail.com>
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">