Merge branch 'live' of http://private.akbkhome.com/gnome.introspection-doc-generator...
[gnome.introspection-doc-generator] / JSDOC / Packer.js
index c210e10..f7a3246 100644 (file)
@@ -102,7 +102,7 @@ Packer = function(cfg)
         
     }
      
-    
+    print(this.translateJSON);
     this.timer =  new Date() * 1;
     this.packAll();
     
@@ -151,8 +151,8 @@ Packer.prototype = {
      */
     cleanup : true,  
     /**
-     * @cfg {Boolean} cleanup  (optional) clean up temp files after done - 
-     *    Defaults to false if you set tmpDir, otherwise true.
+     * @cfg {Boolean} keepWhite (optional) do not remove white space in output.
+     *    usefull for debugging compressed files.
      */
     
     keepWhite: true,