From: alan Date: Wed, 21 Apr 2010 06:13:10 +0000 (+0800) Subject: JSDOC/Packer.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=6257eb400ff3d1d0f17f9b2a183f6a8ca3deb0c9 JSDOC/Packer.js --- diff --git a/JSDOC/Packer.js b/JSDOC/Packer.js index 272a1a2..bcd1bc0 100644 --- a/JSDOC/Packer.js +++ b/JSDOC/Packer.js @@ -75,7 +75,7 @@ Packer = function(cfg) if (!this.target) { throw "No Target"; } - if (this.tmpDir != Packer.prototype.tmpDir) && (!cfg.cleanup)) { + if ((this.tmpDir != Packer.prototype.tmpDir) && (!cfg.cleanup)) { this.cleanup = false; // do not clean up files.. = as tmpdir is set. }