src/JsRender/NodeToVala.vala
authorAlan Knowles <alan@roojs.com>
Tue, 19 May 2015 05:31:12 +0000 (13:31 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 19 May 2015 05:31:12 +0000 (13:31 +0800)
src/JsRender/NodeToVala.vala

index 5268b07..d7d5f9b 100644 (file)
@@ -541,6 +541,7 @@ public class JsRender.NodeToVala : Object {
                        
                        // if it's a string...
                        
+                       
                        this.addLine(this.ipad + "this." + kname + " = " +   v +";");
                }
        }
@@ -603,6 +604,9 @@ public class JsRender.NodeToVala : Object {
                }
                
        }
+       /**
+        *  pack the children into the parent.
+        */
 
        void addChildren()
        {