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 8a19b2c  TeamPage: fix example
8a19b2c is described below

commit 8a19b2c42e81d2a797e8c2253b7ad3b82a007a1d
Author: Carlos Rovira <[email protected]>
AuthorDate: Sun Jun 7 01:06:35 2020 +0200

    TeamPage: fix example
---
 examples/royale/TeamPage/src/main/royale/TeamPage.mxml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/royale/TeamPage/src/main/royale/TeamPage.mxml 
b/examples/royale/TeamPage/src/main/royale/TeamPage.mxml
index 3d88610..d186b53 100644
--- a/examples/royale/TeamPage/src/main/royale/TeamPage.mxml
+++ b/examples/royale/TeamPage/src/main/royale/TeamPage.mxml
@@ -37,7 +37,7 @@
        </js:initialView>
        
        <js:beads>
-               <js:BrowserResizeHandler />
+               <js:BrowserResizeListener/>
                <js:HTTPService id="service" url="team.json">
                        <js:LazyCollection id="collection">
                                <js:inputParser>

Reply via email to