From: Alan Knowles Date: Tue, 27 Jul 2010 04:42:47 +0000 (+0800) Subject: pack.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=4e719b43216df0f2c41807fb6b0c6406c2d9f4b1 pack.js --- diff --git a/pack.js b/pack.js index c8e0d50..95d3c1e 100644 --- a/pack.js +++ b/pack.js @@ -31,7 +31,7 @@ var cfg = { target : false, srcfiles : [], outputIndex : false, - autoversion : false + autoVersion : false } @@ -76,7 +76,7 @@ for(var i =0; i < args.length;i++) { continue; } if (args[i] == '-a') { - cfg.autoversion= true + cfg.autoVersion= true continue; } if (cfg.files.indexOf(args[i]) > -1) {