JSDOC/Packer.js
[gnome.introspection-doc-generator] / JSDOC / Packer.js
index a4ec80e..1afd8b6 100644 (file)
@@ -427,7 +427,7 @@ Packer.prototype = {
         this.timerPrint("Compressed");
         
          if (out.length) {
-            File.write(minfile, str);
+            File.write(minfile, out);
         }
         
         return out;