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/24 11:25:14 UTC

[royale-asjs] branch feature/MXRoyale updated: Update spark-royale-manifest.xml for DropDownList

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 18943e8  Update spark-royale-manifest.xml for DropDownList
18943e8 is described below

commit 18943e86aed1d831660c2c1d8821a6e65e47c566
Author: alinakazi <AL...@GMAIL.COM>
AuthorDate: Thu May 24 16:25:12 2018 +0500

    Update spark-royale-manifest.xml for DropDownList
---
 .../projects/SparkRoyale/src/main/resources/spark-royale-manifest.xml    | 1 +
 1 file changed, 1 insertion(+)

diff --git a/frameworks/projects/SparkRoyale/src/main/resources/spark-royale-manifest.xml b/frameworks/projects/SparkRoyale/src/main/resources/spark-royale-manifest.xml
index 7b689a9..848805e 100644
--- a/frameworks/projects/SparkRoyale/src/main/resources/spark-royale-manifest.xml
+++ b/frameworks/projects/SparkRoyale/src/main/resources/spark-royale-manifest.xml
@@ -26,6 +26,7 @@
 	<component id="Label" class="spark.components.Label" />
     	<component id="List" class="spark.components.List" />
    	<component id="ComboBox" class="spark.components.ComboBox" />
+	<component id="DropDownList" class="spark.components.DropDownList" />
 	<component id="RadioButton" class="spark.components.RadioButton" />
 	<component id="RadioButtonGroup" class="spark.components.RadioButtonGroup" />
 	<component id="NumericStepper" class="spark.components.NumericStepper" />

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