You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2018/09/23 06:09:09 UTC

[royale-asjs] 03/04: need typename so 'type' selector applies

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

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

commit e36b08670ceb111eae3deed550bd27eb38d05d07
Author: Alex Harui <ah...@apache.org>
AuthorDate: Sat Sep 22 23:08:28 2018 -0700

    need typename so 'type' selector applies
---
 .../main/royale/org/apache/royale/html/supportClasses/ComboBoxList.as    | 1 +
 1 file changed, 1 insertion(+)

diff --git a/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/supportClasses/ComboBoxList.as b/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/supportClasses/ComboBoxList.as
index 0dca32c..27eccae 100644
--- a/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/supportClasses/ComboBoxList.as
+++ b/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/supportClasses/ComboBoxList.as
@@ -57,6 +57,7 @@ package org.apache.royale.html.supportClasses
 		public function ComboBoxList()
 		{
 			super();
+            typeNames += " ComboBoxList";
 		}
 	}
 }