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 23:06:45 UTC

[royale-asjs] branch develop updated: TeamPage: fix example

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 <ca...@apache.org>
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>