This is an automated email from the ASF dual-hosted git repository.
yishayw pushed a commit to branch label_fix
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/label_fix by this push:
new 2877a30 import missing
2877a30 is described below
commit 2877a304ef01d8492277fba04868388e0afe4cab
Author: DESKTOP-RH4S838\Yishay <[email protected]>
AuthorDate: Thu Aug 1 18:55:41 2019 +0300
import missing
---
.../projects/SparkRoyale/src/main/royale/spark/components/TextInput.as | 1 +
1 file changed, 1 insertion(+)
diff --git
a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/TextInput.as
b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/TextInput.as
index bd95fcb..26c0ab5 100644
---
a/frameworks/projects/SparkRoyale/src/main/royale/spark/components/TextInput.as
+++
b/frameworks/projects/SparkRoyale/src/main/royale/spark/components/TextInput.as
@@ -31,6 +31,7 @@ COMPILE::JS
import org.apache.royale.html.util.addElementToWrapper;
}
+import org.apache.royale.core.ITextModel;
import org.apache.royale.events.Event;
import mx.core.mx_internal;
import mx.events.FlexEvent;