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 237b632  fix wrong compile
237b632 is described below

commit 237b632ba9e7776d676cc0d0f52f1a8942a4dab8
Author: Carlos Rovira <carlosrov...@apache.org>
AuthorDate: Wed Nov 7 22:02:20 2018 +0100

    fix wrong compile
---
 .../Core/src/main/royale/org/apache/royale/core/ByteArrayAsset.as      | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/frameworks/projects/Core/src/main/royale/org/apache/royale/core/ByteArrayAsset.as
 
b/frameworks/projects/Core/src/main/royale/org/apache/royale/core/ByteArrayAsset.as
index f8f7906..eda43b9 100644
--- 
a/frameworks/projects/Core/src/main/royale/org/apache/royale/core/ByteArrayAsset.as
+++ 
b/frameworks/projects/Core/src/main/royale/org/apache/royale/core/ByteArrayAsset.as
@@ -18,7 +18,7 @@
 
////////////////////////////////////////////////////////////////////////////////
 package org.apache.royale.core
 {
-       COMPILE::JS
+       COMPILE::SWF
     {
         import flash.utils.ByteArray;
     }
@@ -32,6 +32,7 @@ package org.apache.royale.core
      *  @playerversion AIR 2.6
      *  @productversion Royale 0.0
      */
+    COMPILE::SWF
        public class ByteArrayAsset extends ByteArray
        {
                

Reply via email to