From 4b058e1041ad18426cb9bd4018da3c21f485d82c Mon Sep 17 00:00:00 2001 From: alan Date: Wed, 21 Apr 2010 14:13:04 +0800 Subject: [PATCH] JSDOC/Packer.js --- JSDOC/Packer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSDOC/Packer.js b/JSDOC/Packer.js index 7259560..272a1a2 100644 --- a/JSDOC/Packer.js +++ b/JSDOC/Packer.js @@ -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. } -- 2.39.2