This is an automated email from the ASF dual-hosted git repository.
carlosrovira 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 f734def add missing import
f734def is described below
commit f734defc7e5eff612af1ac02b098a8ac616beb87
Author: Carlos Rovira <[email protected]>
AuthorDate: Sat Feb 8 19:36:33 2020 +0100
add missing import
---
.../royale/org/apache/royale/jewel/beads/views/ComboBoxPopUpView.as | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/views/ComboBoxPopUpView.as
b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/views/ComboBoxPopUpView.as
index fa50508..6f1a6d0 100644
---
a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/views/ComboBoxPopUpView.as
+++
b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/views/ComboBoxPopUpView.as
@@ -28,7 +28,8 @@ package org.apache.royale.jewel.beads.views
import org.apache.royale.jewel.List;
import org.apache.royale.jewel.supportClasses.combobox.ComboBoxPopUp;
import
org.apache.royale.jewel.supportClasses.combobox.IComboBoxPresentationModel;
-
+ import org.apache.royale.events.Event;
+
/**
* The ComboBoxPopUpView class is a view bead for the ComboBoxPopUp.
*