src/JsRender/NodeToJs.vala
authorAlan Knowles <alan@roojs.com>
Fri, 19 Jun 2015 05:37:20 +0000 (13:37 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 19 Jun 2015 05:37:20 +0000 (13:37 +0800)
src/JsRender/NodeToJs.vala

index 7ecb81d..32f2a6b 100644 (file)
@@ -288,7 +288,7 @@ public class JsRender.NodeToJs : Object {
                } else {
                        this.ret += spad + "}";
                }
-               
+               this.node.line_end = this.cur_line;
                
                return this.ret;