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/13 08:41:42 UTC

[royale-asjs] branch develop updated: core-iparent: add 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 d673fe1  core-iparent: add docs
d673fe1 is described below

commit d673fe16c667546ad69af388e56f6f2cb1f6004b
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Thu Aug 13 10:41:32 2020 +0200

    core-iparent: add docs
---
 .../projects/Core/src/main/royale/org/apache/royale/core/IParent.as     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frameworks/projects/Core/src/main/royale/org/apache/royale/core/IParent.as b/frameworks/projects/Core/src/main/royale/org/apache/royale/core/IParent.as
index e19e6f6..5d3e747 100755
--- a/frameworks/projects/Core/src/main/royale/org/apache/royale/core/IParent.as
+++ b/frameworks/projects/Core/src/main/royale/org/apache/royale/core/IParent.as
@@ -44,7 +44,7 @@ package org.apache.royale.core
         function addElement(c:IChild, dispatchEvent:Boolean = true):void;
 
         /**
-         *  Add a component to the parent.
+         *  Add a component to the parent at the specified index.
          * 
          *  @param c The subcomponent to add.
          *  @param c The index where the subcomponent should be added.