You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ha...@apache.org on 2019/04/14 17:00:28 UTC

[royale-asjs] branch develop updated: Application is an IPopupHost but not an IUIBase

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

harbs 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 cd59867  Application is an IPopupHost but not an IUIBase
cd59867 is described below

commit cd598670391fcad005dc7c04d42ac5b97bdc19c6
Author: Harbs <ha...@in-tools.com>
AuthorDate: Sun Apr 14 13:00:18 2019 -0400

    Application is an IPopupHost but not an IUIBase
---
 .../projects/Core/src/main/royale/org/apache/royale/utils/UIUtils.as | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/frameworks/projects/Core/src/main/royale/org/apache/royale/utils/UIUtils.as b/frameworks/projects/Core/src/main/royale/org/apache/royale/utils/UIUtils.as
index da680a9..48a733a 100644
--- a/frameworks/projects/Core/src/main/royale/org/apache/royale/utils/UIUtils.as
+++ b/frameworks/projects/Core/src/main/royale/org/apache/royale/utils/UIUtils.as
@@ -21,7 +21,7 @@ package org.apache.royale.utils
 	import org.apache.royale.core.IChild;
 	import org.apache.royale.core.IParent;
 	import org.apache.royale.core.IPopUpHost;
-    import org.apache.royale.core.IPopUpHostParent;
+  import org.apache.royale.core.IPopUpHostParent;
 	import org.apache.royale.core.IUIBase;
 
 	/**
@@ -77,7 +77,8 @@ package org.apache.royale.utils
 		 *  @playerversion AIR 2.6
 		 *  @productversion Royale 0.9
 		 *  @royaleignorecoercion org.apache.royale.core.IChild
-		 *  @royaleemitcoercion org.apache.royale.core.IUIBase
+		 *  @royaleignorecoercion org.apache.royale.core.IPopUpHostParent
+		 *  @royaleignorecoercion org.apache.royale.core.IUIBase
 		 *  @royaleemitcoercion org.apache.royale.core.IPopUpHost
 		 */
 		public static function findPopUpHost(start:IUIBase):IPopUpHost