You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by al...@apache.org on 2018/05/17 08:51:54 UTC

[royale-asjs] branch feature/MXRoyale updated: Update ListBase.as for List.as

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

alinakazi pushed a commit to branch feature/MXRoyale
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/feature/MXRoyale by this push:
     new 324ce38  Update ListBase.as for List.as
324ce38 is described below

commit 324ce38b87a60077f5d7d61ea6fa5ac8112f00bf
Author: alinakazi <AL...@GMAIL.COM>
AuthorDate: Thu May 17 13:51:52 2018 +0500

    Update ListBase.as for List.as
---
 .../src/main/royale/spark/components/supportClasses/ListBase.as         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/supportClasses/ListBase.as b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/supportClasses/ListBase.as
index 09abffb..aeb00da 100644
--- a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/supportClasses/ListBase.as
+++ b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/supportClasses/ListBase.as
@@ -109,7 +109,7 @@ use namespace mx_internal;   //ListBase and List share selection properties that
  *  @playerversion AIR 1.5
  *  @productversion Royale 0.9.4
  */
-//[Event(name="change", type="spark.events.IndexChangeEvent")]
+[Event(name="change", type="spark.events.IndexChangeEvent")]
 
 /**
  *  Dispatched after the focus has changed.  

-- 
To stop receiving notification emails like this one, please contact
alinakazi@apache.org.