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 2020/09/09 11:44:31 UTC

[royale-asjs] branch develop updated: Dont using coercion

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 de14b63  Dont using coercion
de14b63 is described below

commit de14b633c9152720127a4d55d9d6d1f76fdc73cb
Author: Harbs <ha...@in-tools.com>
AuthorDate: Wed Sep 9 14:44:10 2020 +0300

    Dont using coercion
---
 .../src/main/royale/org/apache/royale/core/BrowserResizeListener.as     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frameworks/projects/Basic/src/main/royale/org/apache/royale/core/BrowserResizeListener.as b/frameworks/projects/Basic/src/main/royale/org/apache/royale/core/BrowserResizeListener.as
index 9a49c90..7d2cf64 100644
--- a/frameworks/projects/Basic/src/main/royale/org/apache/royale/core/BrowserResizeListener.as
+++ b/frameworks/projects/Basic/src/main/royale/org/apache/royale/core/BrowserResizeListener.as
@@ -55,7 +55,7 @@ package org.apache.royale.core
          */
         override public function set strand(value:IStrand):void
         {
-            super.strand = value as UIBase;
+            super.strand = value;
 
             COMPILE::SWF
             {