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

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


The following commit(s) were added to refs/heads/feature/MXRoyale by this push:
     new 491aedc  Update MXRoyaleClasses.as
491aedc is described below

commit 491aedc7f6159c2722a9a8c6891be3e01b40c06f
Author: alinakazi <alinakazi1...@gmail.com>
AuthorDate: Wed Jun 20 12:08:34 2018 +0500

    Update MXRoyaleClasses.as
---
 frameworks/projects/MXRoyale/src/main/royale/MXRoyaleClasses.as | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/MXRoyaleClasses.as 
b/frameworks/projects/MXRoyale/src/main/royale/MXRoyaleClasses.as
index 1ece7e1..0d82ebc 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/MXRoyaleClasses.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/MXRoyaleClasses.as
@@ -128,6 +128,10 @@ internal class MXRoyaleClasses
        import mx.events.IOErrorEvent; IOErrorEvent;
        import mx.events.FocusEvent; FocusEvent;
        import mx.errors.EOFError; EOFError;
+       import mx.events.TextEvent; TextEvent;
+       import mx.display.Bitmap; Bitmap;
+       import mx.external.ExternalInterface; ExternalInterface;
+       
        COMPILE::JS
        {
                import mx.utils.TextEncoderLiteWrapper; TextEncoderLiteWrapper;

Reply via email to