From b0acc54f032bc72057473fa78d6dce46f154467c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 2 Nov 2015 17:43:25 +0800 Subject: [PATCH] JSDOC/Packer.vala --- JSDOC/Packer.vala | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/JSDOC/Packer.vala b/JSDOC/Packer.vala index 54e4eca..aec13f2 100644 --- a/JSDOC/Packer.vala +++ b/JSDOC/Packer.vala @@ -100,6 +100,11 @@ namespace JSDOC // list of files to compile... Gee.ArrayList files; + + + public string activeFile = ""; + + public string out = ""; // if no target is specified - then this will contain the result public Packer(string target, string targetDebug = "") -- 2.39.2