src/jsdoc/Packer.vala
[roojspacker] / src / jsdoc / Packer.vala
index 0331918..de38574 100644 (file)
@@ -18,7 +18,7 @@ x.srcfiles = array of files (that list other files...) << not supported?
 x.target = "output.pathname.js"
 x.debugTarget = "output.pathname.debug.js"
 
+  
     
 x.pack();  // writes files  etc..
     
@@ -93,12 +93,9 @@ namespace JSDOC
                */
                 
                public string activeFile = "";
-               
-                       
                        
                public  string outstr = ""; // if no target is specified - then this will contain the result
                
-               
                public PackerRun config;
                
                public Packer(PackerRun config)