You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/08/23 09:34:31 UTC

[royale-asjs] branch develop updated: jewel-sectioncontent: docs

This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new af4e769  jewel-sectioncontent: docs
af4e769 is described below

commit af4e769c2cd65d2b9e28f1ee526afe8d97f8f5f7
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sun Aug 23 11:34:16 2020 +0200

    jewel-sectioncontent: docs
---
 .../main/royale/org/apache/royale/jewel/ScrollableSectionContent.as | 6 +++---
 .../Jewel/src/main/royale/org/apache/royale/jewel/SectionContent.as | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/ScrollableSectionContent.as b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/ScrollableSectionContent.as
index bab2a1f..f4b73eb 100644
--- a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/ScrollableSectionContent.as
+++ b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/ScrollableSectionContent.as
@@ -19,9 +19,9 @@
 package org.apache.royale.jewel
 {
 	/**
-	 *  The ScrollableSectionContent class is a scrollable container component capable of parenting other
-	 *  components. This class is used along with Tabs to separate content and
-	 *  present and organize data for the user.
+	 *  The ScrollableSectionContent class is a scrollable container component 
+	 *  capable of parenting other components. This class is used along with 
+	 *  Tabs to separate content and present and organize data for the user.
 	 *
 	 *  @langversion 3.0
 	 *  @playerversion Flash 10.2
diff --git a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/SectionContent.as b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/SectionContent.as
index 3f582f6..8380b9c 100644
--- a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/SectionContent.as
+++ b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/SectionContent.as
@@ -26,8 +26,8 @@ package org.apache.royale.jewel
     import org.apache.royale.jewel.supportClasses.ISelectableContent;
     
 	/**
-	 *  The SectionContent class is a Container component capable of parenting other
-	 *  components. This class is used along with Tabs to separate content and
+	 *  The Jewel SectionContent class is a Container component capable of parenting other
+	 *  components. This class is used along with Tabs to separate content, 
 	 *  present and organize data for the user.
 	 *
 	 *  @langversion 3.0