From 1fbfb74ca84f1e5d0cad0ca6bdf4b5d1530e616f Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 27 May 2016 15:39:49 +0800 Subject: [PATCH] src/JsRender/NodeToJs.vala --- src/JsRender/NodeToJs.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/JsRender/NodeToJs.vala b/src/JsRender/NodeToJs.vala index 615b1a135..1dbed2a00 100644 --- a/src/JsRender/NodeToJs.vala +++ b/src/JsRender/NodeToJs.vala @@ -167,10 +167,10 @@ public class JsRender.NodeToJs : Object { var spad = this.pad.substring(0, this.pad.length-indent); if (this.node.props.has_key("* xinclude")) { - this.addLine("Roo.apply(" + this.node.props.get("* xinclude") + "._tree(), {"); + this.addLine("Roo.apply(" + this.node.props.get("* xinclude") + "._tree(), {",0 ); } else { - this.addLine("{"); + this.addLine("{", 0); } var suffix = ""; // output the items... -- 2.39.2