src/JsRender/NodeToJs.vala
authorAlan Knowles <alan@roojs.com>
Fri, 19 Jun 2015 07:29:52 +0000 (15:29 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 19 Jun 2015 07:29:52 +0000 (15:29 +0800)
src/JsRender/NodeToJs.vala

index 4138875..0aed0a6 100644 (file)
@@ -278,7 +278,7 @@ public class JsRender.NodeToJs : Object {
        {
                var l = cur_line;
                this.cur_line += str.split("\n").length;
-               //this.ret +=   "/*%d(%d-%d)*/ ".printf(l, this.node.line_start,this.node.line_end)+ str + "\n";
+               this.ret +=   "/*%d(%d-%d)*/ ".printf(l, this.node.line_start,this.node.line_end)+ str + "\n";
                //this.ret +=   str + "\n";
        }