src/JsRender/NodeToJs.vala
authorAlan Knowles <alan@roojs.com>
Fri, 27 May 2016 07:38:28 +0000 (15:38 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 27 May 2016 07:38:28 +0000 (15:38 +0800)
src/JsRender/NodeToJs.vala

index 818f74a..615b1a1 100644 (file)
@@ -300,7 +300,9 @@ public class JsRender.NodeToJs : Object {
        {
                this.ret += (this.line_end == 0 ? "" : this.last_line_end) + "\n"; 
                this.cur_line += str.split("\n").length;
-               this.ret += str ;
+               this.ret += str;
+               
+               
                //this.ret +=  "/*%d(%d-%d)*/ ".printf(this.cur_line -1, this.node.line_start,this.node.line_end) + str + "\n";