JSDOC/Packer.vala
authorAlan Knowles <alan@roojs.com>
Mon, 2 Nov 2015 09:43:25 +0000 (17:43 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 2 Nov 2015 09:43:25 +0000 (17:43 +0800)
JSDOC/Packer.vala

index 54e4eca..aec13f2 100644 (file)
@@ -100,6 +100,11 @@ namespace JSDOC
                // list of files to compile...
                Gee.ArrayList<string> files;
                
+               
+               
+               public string activeFile = "";
+               
+               
                public  string out = ""; // if no target is specified - then this will contain the result
     
                public Packer(string target, string targetDebug = "")