JSDOC/Packer.js
[gnome.introspection-doc-generator] / JSDOC / Packer.js
index 2182440..6bd8cf2 100644 (file)
@@ -284,6 +284,8 @@ Packer.prototype = {
           
         }
         
+        
+        
         // if we are translating, write the translations strings at the top
         // of the file..
         
@@ -413,9 +415,9 @@ Packer.prototype = {
         sp.mungeSymboltree();
         this.timerPrint("Munged Sym tree");
         print(sp.warnings.join("\n"));
+         this.timerPrint("Compressed");
         
-        
-        var out = CompressWhite(new TokenStream(toks), this, this.keepWhite); // do not kill whitespace..
+         var out = CompressWhite(new TokenStream(toks), this, this.keepWhite); // do not kill whitespace..
         
         
         this.timerPrint("Compressed");