Repository: flex-asjs Updated Branches: refs/heads/develop ab7fe24c7 -> 3ed6f9d63
Fix copy and paste comment Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/bf0e5b90 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/bf0e5b90 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/bf0e5b90 Branch: refs/heads/develop Commit: bf0e5b9070c522f6a78eaf5b17dc2c12b6594e99 Parents: ad1f49f Author: Justin Mclean <[email protected]> Authored: Sun Mar 5 10:54:26 2017 +1100 Committer: Justin Mclean <[email protected]> Committed: Sun Mar 5 10:54:26 2017 +1100 ---------------------------------------------------------------------- .../main/flex/org/apache/flex/html/MultilineLabel.as | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/bf0e5b90/frameworks/projects/Basic/src/main/flex/org/apache/flex/html/MultilineLabel.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/Basic/src/main/flex/org/apache/flex/html/MultilineLabel.as b/frameworks/projects/Basic/src/main/flex/org/apache/flex/html/MultilineLabel.as index 5149237..0a77962 100644 --- a/frameworks/projects/Basic/src/main/flex/org/apache/flex/html/MultilineLabel.as +++ b/frameworks/projects/Basic/src/main/flex/org/apache/flex/html/MultilineLabel.as @@ -27,18 +27,10 @@ package org.apache.flex.html { import org.apache.flex.core.WrappedHTMLElement; } - - /* - * Label probably should extend TextField directly, - * but the player's APIs for TextLine do not allow - * direct instantiation, and we might want to allow - * Labels to be declared and have their actual - * view be swapped out. - */ /** - * The Label class implements the basic control for labeling - * other controls. + * The MultilineLabel class implements the basic control for displaying + * multiline labels. * * @langversion 3.0 * @playerversion Flash 10.2
