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 2019/11/07 07:12:06 UTC

[royale-asjs] branch develop updated: Added DropDownEvent in SparkRoyaleClasses

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 9994f11  Added DropDownEvent in SparkRoyaleClasses
9994f11 is described below

commit 9994f11a5faf0eb8226ec098695db0bb07b5ecb2
Author: pashminakazi <42...@users.noreply.github.com>
AuthorDate: Thu Nov 7 12:12:00 2019 +0500

    Added DropDownEvent in SparkRoyaleClasses
---
 frameworks/projects/SparkRoyale/src/main/royale/SparkRoyaleClasses.as | 1 +
 1 file changed, 1 insertion(+)

diff --git a/frameworks/projects/SparkRoyale/src/main/royale/SparkRoyaleClasses.as b/frameworks/projects/SparkRoyale/src/main/royale/SparkRoyaleClasses.as
index c80e561..641e7fd 100644
--- a/frameworks/projects/SparkRoyale/src/main/royale/SparkRoyaleClasses.as
+++ b/frameworks/projects/SparkRoyale/src/main/royale/SparkRoyaleClasses.as
@@ -81,6 +81,7 @@ internal class SparkRoyaleClasses
     import spark.components.beads.controllers.DropDownListController; DropDownListController;
     import spark.components.beads.controllers.TabBarController; TabBarController;
     import spark.controls.advancedDataGridClasses.MXAdvancedDataGridItemRenderer; MXAdvancedDataGridItemRenderer;
+    import spark.events.DropDownEvent; DropDownEvent;
 	
 }