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 <[email protected]> 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"; } } }
