JSDOC/Packer.js
[gnome.introspection-doc-generator] / JSDOC / Packer.js
index 911ca8c..272a1a2 100644 (file)
@@ -75,7 +75,7 @@ Packer = function(cfg)
     if (!this.target) {
         throw "No Target";
     }
-    if ((typeof(cfg.tmpDir) != 'undefined') && (!cfg.cleanup)) {
+    if (this.tmpDir  != Packer.prototype.tmpDir) && (!cfg.cleanup)) {
         this.cleanup = false; // do not clean up files.. = as tmpdir is set.
     }
  
@@ -355,6 +355,9 @@ Packer.prototype = {
             return tok.outData;
         }
         var sval = tok.data.substring(1,tok.data.length-1);
+        // we do not clean up... quoting here!??!!?!?!?!?
+        
+        
         // blank with tabs or spaces..
         //if (!sval.replace(new RegExp("(\\\\n|\\\\t| )+",'g'), '').length) {
        //     return tok.outData;