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

index 67f00b2..a4b76bc 100644 (file)
@@ -427,9 +427,7 @@ public class JsRender.NodeToVala : Object {
                                this.addLine( this.ipad + "_this." + node.xvala_id  + " = this;");
                   
                }
-                               
-                               
-   
+                        
        }
 
        void addWrappedCtor()
@@ -449,7 +447,7 @@ public class JsRender.NodeToVala : Object {
                if (this.node.has("* ctor")) {
                        
                        
-                               this.ret +=  this.ipad + "this.el = " + this.node.get("* ctor")+ ";\n";
+                       this.ret +=  this.ipad + "this.el = " + this.node.get("* ctor")+ ";\n";
                        return;
                }
                // the ctor arguments...