From: Alan Knowles Date: Mon, 22 Aug 2011 09:55:31 +0000 (+0800) Subject: rconv.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=d913f54765902dafe97479b09509e4cea97188b6 rconv.js --- diff --git a/rconv.js b/rconv.js index 85e87da..987a4b2 100644 --- a/rconv.js +++ b/rconv.js @@ -14,6 +14,9 @@ var RooFile = imports.JSDOC.RooFile.RooFile; var args = Array.prototype.slice.call(Seed.argv); + +args.shift(); +args.shift(); print(JSON.stringify(args, null,4)); Seed.quit();