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/06/06 18:11:03 UTC

[royale-asjs] branch develop updated: BrowserResizeListener: fix name declared in manifest

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 972100d  BrowserResizeListener: fix name declared in manifest
972100d is described below

commit 972100db7ae4e1820dea579bbaa6bc0319d45a24
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sat Jun 6 20:10:54 2020 +0200

    BrowserResizeListener: fix name declared in manifest
---
 frameworks/projects/Core/src/main/resources/basic-manifest.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frameworks/projects/Core/src/main/resources/basic-manifest.xml b/frameworks/projects/Core/src/main/resources/basic-manifest.xml
index 02bf70b..b887389 100644
--- a/frameworks/projects/Core/src/main/resources/basic-manifest.xml
+++ b/frameworks/projects/Core/src/main/resources/basic-manifest.xml
@@ -26,7 +26,7 @@
     <component id="CSSFontFaceBead" class="org.apache.royale.core.CSSFontFaceBead" />
     <component id="EventLoggingBead" class="org.apache.royale.core.EventLoggingBead" />
     <component id="BrowserScroller" class="org.apache.royale.core.BrowserScroller"/>
-    <component id="BrowserResizeHandler" class="org.apache.royale.core.BrowserResizeListener"/>
+    <component id="BrowserResizeListener" class="org.apache.royale.core.BrowserResizeListener"/>
     <component id="BrowserOrientation" class="org.apache.royale.core.BrowserOrientation"/>
     <component id="SimpleValuesImpl" class="org.apache.royale.core.SimpleValuesImpl"/>
     <component id="SimpleStatesImpl" class="org.apache.royale.core.SimpleStatesImpl"/>