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 2018/12/29 15:10:43 UTC

[royale-asjs] branch develop updated: Jewel Form doesn't need to be IPopUpHost

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 6072240  Jewel Form doesn't need to be IPopUpHost
6072240 is described below

commit 607224024f15be56d8c215b057dcd30433e8af82
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sat Dec 29 16:10:35 2018 +0100

    Jewel Form doesn't need to be IPopUpHost
---
 .../src/main/royale/org/apache/royale/jewel/Form.as | 21 +--------------------
 1 file changed, 1 insertion(+), 20 deletions(-)

diff --git a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/Form.as b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/Form.as
index d14ca30..e7b2129 100644
--- a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/Form.as
+++ b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/Form.as
@@ -58,7 +58,7 @@ package org.apache.royale.jewel
 	 *  @playerversion AIR 2.6
 	 *  @productversion Royale 0.9.4
 	 */
-    public class Form extends Group implements IPopUpHost, IPopUpHostParent {
+    public class Form extends Group {
         
         /**
 		 *  constructor.
@@ -73,25 +73,6 @@ package org.apache.royale.jewel
 			super();
             typeNames = "jewel form";
 		}
-        /**
-         *  Form can host error tips but they will be in the layout, if any
-         *
-         *  @langversion 3.0
-         *  @playerversion Flash 10.2
-         *  @playerversion AIR 2.6
-         *  @productversion Royale 0.9.4
-         */
-        public function get popUpParent():IPopUpHostParent
-        {
-            return this;
-        }
-
-        /**
-         */
-        public function get popUpHost():IPopUpHost
-        {
-            return this;
-        }
 
         /**
 		 * @royaleignorecoercion org.apache.royale.core.WrappedHTMLElement