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 3173cdd  this class seems not to work since does not have a 
constructor so pako is not injected
3173cdd is described below

commit 3173cddd8456062ad6fdc4907ff7c737c854714f
Author: Carlos Rovira <carlosrov...@apache.org>
AuthorDate: Fri May 18 20:46:23 2018 +0200

    this class seems not to work since does not have a constructor so pako is 
not injected
---
 .../main/royale/org/apache/royale/utils/CompressionUtils.as    | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git 
a/frameworks/projects/Core/src/main/royale/org/apache/royale/utils/CompressionUtils.as
 
b/frameworks/projects/Core/src/main/royale/org/apache/royale/utils/CompressionUtils.as
index 0cdee1b..ab5e319 100644
--- 
a/frameworks/projects/Core/src/main/royale/org/apache/royale/utils/CompressionUtils.as
+++ 
b/frameworks/projects/Core/src/main/royale/org/apache/royale/utils/CompressionUtils.as
@@ -33,7 +33,17 @@ package org.apache.royale.utils
          * <inject_html>
          * <script 
src="https://cdnjs.cloudflare.com/ajax/libs/pako/1.0.3/pako.min.js";></script>
          * </inject_html>
+                * 
+         *  Constructor.
+         *  
+         *  @langversion 3.0
+         *  @playerversion Flash 10.2
+         *  @playerversion AIR 2.6
+         *  @productversion Royale 0.0
          */
+               public function CompressionUtils()
+               {
+               }
 
                COMPILE::SWF
                public static function inflate(data:BinaryData):BinaryData

-- 
To stop receiving notification emails like this one, please contact
carlosrov...@apache.org.

Reply via email to