JSDOC/Packer.js
authoralan <alan@alanfast.akbkhome.com>
Wed, 21 Apr 2010 06:21:11 +0000 (14:21 +0800)
committeralan <alan@alanfast.akbkhome.com>
Wed, 21 Apr 2010 06:21:11 +0000 (14:21 +0800)
JSDOC/Packer.js

index fc9acb8..bafe5a3 100644 (file)
@@ -73,9 +73,7 @@ Packer = function(cfg)
         throw "No Files";
     }
     
-    if ((this.tmpDir  != Packer.prototype.tmpDir) && (!cfg.cleanup)) {
-        this.cleanup = false; // do not clean up files.. = as tmpdir is set.
-    }
+  
  
     this.timer =  new Date() * 1;
     this.packAll();