From 44d5087a1dfc4bb70a490a9a7c9f5743ae12ee31 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 30 May 2016 17:43:07 +0800 Subject: [PATCH] src/JsRender/NodeToJs.vala --- src/JsRender/NodeToJs.vala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/JsRender/NodeToJs.vala b/src/JsRender/NodeToJs.vala index 0a3a67f4e..e8266c782 100644 --- a/src/JsRender/NodeToJs.vala +++ b/src/JsRender/NodeToJs.vala @@ -215,7 +215,7 @@ public class JsRender.NodeToJs : Object { - + this.node.line_end = this.cur_line; // * prop @@ -263,7 +263,7 @@ public class JsRender.NodeToJs : Object { this.closeLine(); this.addLine(this.pad + "]",','); } - + this.node.setLine(this.cur_line, "e", ""); this.closeLine(); if (this.node.props.has_key("* xinclude")) { this.addLine(spad + "})",0); @@ -274,7 +274,7 @@ public class JsRender.NodeToJs : Object { this.node.sortLines(); - this.node.line_end = this.cur_line; + return this.ret; -- 2.39.2