You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by yi...@apache.org on 2019/12/26 14:27:32 UTC

[royale-asjs] branch develop updated: Click is a MouseEvent

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

yishayw 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 bfce1f6  Click is a MouseEvent
bfce1f6 is described below

commit bfce1f61a21ee72cfda8c5b2bfd5334ce97a1bcf
Author: DESKTOP-RH4S838\Yishay <yi...@hotmail.com>
AuthorDate: Thu Dec 26 16:27:10 2019 +0200

    Click is a MouseEvent
---
 examples/royale/TourDeJewel/src/main/royale/PopUpPlayGround.mxml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/royale/TourDeJewel/src/main/royale/PopUpPlayGround.mxml b/examples/royale/TourDeJewel/src/main/royale/PopUpPlayGround.mxml
index 342a856..14bb2f9 100644
--- a/examples/royale/TourDeJewel/src/main/royale/PopUpPlayGround.mxml
+++ b/examples/royale/TourDeJewel/src/main/royale/PopUpPlayGround.mxml
@@ -38,7 +38,7 @@ limitations under the License.
 		}
 
 		private var programaticPopup:PopUp;
-		public function createProgramaticPopup(event:Event):void
+		public function createProgramaticPopup(event:MouseEvent):void
 		{
 			if(!programaticPopup)
 			{