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 15:06:17 UTC

[royale-asjs] branch develop updated: jewel-datacontainer: remove duplicated event

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 4e3cc71  jewel-datacontainer: remove duplicated event
4e3cc71 is described below

commit 4e3cc718484c6055ebdeafcc57babff5fb503a2e
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Thu Aug 13 17:06:03 2020 +0200

    jewel-datacontainer: remove duplicated event
---
 .../src/main/royale/org/apache/royale/jewel/DataContainer.as   | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/DataContainer.as b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/DataContainer.as
index a094845..819428a 100644
--- a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/DataContainer.as
+++ b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/DataContainer.as
@@ -26,15 +26,9 @@ package org.apache.royale.jewel
 	import org.apache.royale.jewel.supportClasses.list.IListPresentationModel;
 
 	/**
-	 *  Indicates that the initialization of the list is complete.
-	 *
-	 *  @langversion 3.0
-	 *  @playerversion Flash 10.2
-	 *  @playerversion AIR 2.6
-	 *  @productversion Royale 0.9.4
+	 * The default property uses when additional MXML content appears within an element's
+	 * definition in an MXML file.
 	 */
-	[Event(name="initComplete", type="org.apache.royale.events.Event")]
-
 	[DefaultProperty("dataProvider")]
 
 	/**