From: Alan Knowles Date: Tue, 19 May 2015 05:10:17 +0000 (+0800) Subject: src/JsRender/NodeToVala.vala X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=89e55d32e515bc86cd320f1875f1c667494c69b9;p=app.Builder.js src/JsRender/NodeToVala.vala --- diff --git a/src/JsRender/NodeToVala.vala b/src/JsRender/NodeToVala.vala index b68b9872a..ad2e007b7 100644 --- a/src/JsRender/NodeToVala.vala +++ b/src/JsRender/NodeToVala.vala @@ -498,7 +498,8 @@ public class JsRender.NodeToVala : Object { args += v; } - this.ret += this.ipad + "this.el = new " + cls + "( "+ string.joinv(", ",args) + " );\n" ; + this.node.proplines.set("* xtype", this.curline); + this.addLine(this.ipad + "this.el = new " + cls + "( "+ string.joinv(", ",args) + " );") ; return; }