You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by pu...@apache.org on 2018/10/18 11:17:27 UTC

[royale-asjs] branch develop updated: Update RadioButtonGroup.as

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

pushminakazi 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 f3c0666  Update RadioButtonGroup.as
f3c0666 is described below

commit f3c06668feeef62a46b9958bbff94cafb1b4794c
Author: pashminakazi <42...@users.noreply.github.com>
AuthorDate: Thu Oct 18 16:17:22 2018 +0500

    Update RadioButtonGroup.as
---
 .../SparkRoyale/src/main/royale/spark/components/RadioButtonGroup.as    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/RadioButtonGroup.as b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/RadioButtonGroup.as
index 4c9359a..566a5e6 100644
--- a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/RadioButtonGroup.as
+++ b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/RadioButtonGroup.as
@@ -60,7 +60,7 @@ use namespace mx_internal;
  *  @playerversion AIR 1.5
  *  @productversion Royale 0.9.4
  */
-[Event(name="change", type="flash.events.Event")]
+[Event(name="change", type="org.apache.royale.events.Event")]
 
 /**
  *  Dispatched when a user selects a RadioButton component in the group.