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

index 7ac1203..81e871d 100644 (file)
@@ -409,7 +409,7 @@ public class JsRender.NodeToVala : Object {
        {
                        // public static?
                if (depth < 1) {
-                       this.ret += this.ipad + "_this = this;\n";
+                       this.addLine( this.ipad + "_this = this;");
                        return;
                }
                this.ret+= this.ipad + "_this = _owner;\n";