JSDOC/Packer.js
[gnome.introspection-doc-generator] / JSDOC / Packer.js
index 272a1a2..bcd1bc0 100644 (file)
@@ -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.
     }