JSDOC/Packer.vala
authorAlan Knowles <alan@roojs.com>
Wed, 28 Oct 2015 09:38:38 +0000 (17:38 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 28 Oct 2015 09:38:38 +0000 (17:38 +0800)
JSDOC/Packer.vala

index 658b617..3b8bc26 100644 (file)
@@ -73,7 +73,7 @@ namespace JSDOC
                 * @cfg {String} tmpDir  (optional) where to put the temporary files. 
                 *      if you set this, then files will not be cleaned up
                 */
-               public tmpDir = "/tmp";  // FIXME??? in ctor?
+               public string tmpDir = "/tmp";  // FIXME??? in ctor?
        
        
                  
@@ -81,7 +81,7 @@ namespace JSDOC
                 * @cfg {Boolean} cleanup  (optional) clean up temp files after done - 
                 *    Defaults to false if you set tmpDir, otherwise true.
                 */
-               cleanup : true,  
+               public bool cleanup =  true;
                
                // list of files to compile...
                Gee.ArrayList<string> files;