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 5c337a97160be88b3f8c9f57881a3e10cd06eb3e Author: Alex Harui <aha...@apache.org> AuthorDate: Mon Dec 3 22:32:29 2018 -0800 typenames --- .../SparkRoyale/src/main/royale/spark/components/DropDownList.as | 1 + .../projects/SparkRoyale/src/main/royale/spark/components/List.as | 2 ++ 2 files changed, 3 insertions(+) diff --git a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/DropDownList.as b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/DropDownList.as index 644e0b6..ffea061 100644 --- a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/DropDownList.as +++ b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/DropDownList.as @@ -138,6 +138,7 @@ public class DropDownList extends DropDownListBase public function DropDownList() { super(); + typeNames += " DropDownList"; } //-------------------------------------------------------------------------- diff --git a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/List.as b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/List.as index 8b7cac7..ad8270b 100644 --- a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/List.as +++ b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/List.as @@ -422,6 +422,8 @@ public class List extends ListBase implements IFocusManagerComponent { super(); + typeNames += " List"; + /* useVirtualLayout = true; // If available, get soft reference to the RichEditableText class