src/jsdoc/Packer.vala
authorAlan Knowles <alan@roojs.com>
Wed, 5 Jul 2017 02:27:09 +0000 (10:27 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 5 Jul 2017 02:27:09 +0000 (10:27 +0800)
src/jsdoc/Packer.vala

index cccd20a..2d87e8a 100644 (file)
@@ -99,10 +99,11 @@ namespace JSDOC
                public  string outstr = ""; // if no target is specified - then this will contain the result
                
                
+               public PackerRun config;
                
-               
-               public Packer()
+               public Packer(PackerRun config)
                {
+                       this.config = PackerRun;
 #if HAVE_JSON_GLIB
                        this.result = new Json.Object();
 #else