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

index a4b76bc..5b4778a 100644 (file)
@@ -429,6 +429,11 @@ public class JsRender.NodeToVala : Object {
                }
                         
        }
+       /**
+        * Initialize this.el to point to the wrapped element.
+        * 
+        * 
+        */
 
        void addWrappedCtor()
        {
@@ -445,8 +450,7 @@ public class JsRender.NodeToVala : Object {
                }
                */
                if (this.node.has("* ctor")) {
-                       
-                       
+                        
                        this.ret +=  this.ipad + "this.el = " + this.node.get("* ctor")+ ";\n";
                        return;
                }